stored object: add has_title option to form type of StoredObject

This commit is contained in:
nobohan
2022-05-25 17:14:21 +02:00
parent dea554ced4
commit e8cf7ae8e1
2 changed files with 11 additions and 0 deletions

View File

@@ -313,6 +313,7 @@ class ActivityType extends AbstractType
'button_add_label' => 'activity.Insert a document',
'button_remove_label' => 'activity.Remove a document',
'empty_collection_explain' => 'No documents',
'entry_options' => ['has_title' => true],
]);
}