reformat edit forms (#1192)

This commit is contained in:
Kevin Papst
2019-10-30 13:59:53 +01:00
committed by GitHub
parent ed1154af67
commit bda9584346
8 changed files with 279 additions and 8 deletions

View File

@@ -43,6 +43,7 @@ trait EntityFormTrait
])
->add('timeBudget', DurationType::class, [
'label' => 'label.timeBudget',
'icon' => 'clock',
'required' => false,
])
;