N°7063 - Forms SDK - Add Symfony forms component

error forms issue
This commit is contained in:
Benjamin Dalsass
2024-01-12 17:21:19 +01:00
parent e55f1f1d66
commit 7963690a10
5 changed files with 258 additions and 142 deletions

View File

@@ -183,9 +183,9 @@ final class FormFactoryObjectAdapter implements FormFactoryAdapterInterface
$oGroupDescriptions = new FormFieldDescription($this->GetIdentifier(), FormFieldTypeEnumeration::FIELDSET, [
'fields' => $aFieldsDescriptions,
'layout' => [
'row__1' => [
'column__1' => [ 'name'],
'column__2' => ['mobile_phone'],
':row_1' => [
':column_1' => ['name'],
':column_2' => ['mobile_phone'],
],
]
]);