Add Last Wish on directories medical's informations
This commit is contained in:
@@ -82,6 +82,15 @@ class DirectoryType extends AbstractType
|
||||
'attr' => ['style' => 'height: 400px;']
|
||||
]
|
||||
)
|
||||
->add(
|
||||
'medicalLastWish',
|
||||
ContentType::class,
|
||||
['label' => 'form_label_medical_lastwish',
|
||||
'help' => 'form_help_medical_lastwish',
|
||||
'required' => false,
|
||||
'attr' => ['style' => 'height: 400px;']
|
||||
]
|
||||
)
|
||||
->add(
|
||||
'medicalTrusted',
|
||||
ContentType::class,
|
||||
|
||||
Reference in New Issue
Block a user