mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-02 21:13:57 +00:00
Indicate user to set startDate equal to or greater than today + set empty_data in form content field
This commit is contained in:
@@ -29,6 +29,7 @@ class NewsItemType extends AbstractType
|
||||
])
|
||||
->add('content', ChillTextareaType::class, [
|
||||
'required' => false,
|
||||
'empty_data' => '',
|
||||
])
|
||||
->add(
|
||||
'startDate',
|
||||
|
Reference in New Issue
Block a user