mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Merge branch 'improve_news_item_admin_form' into 'master'
Improve ux news item admin form See merge request Chill-Projet/chill-bundles!779
This commit is contained in:
commit
9e3431f397
5
.changes/unreleased/Feature-20250108-161841.yaml
Normal file
5
.changes/unreleased/Feature-20250108-161841.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
kind: Feature
|
||||
body: Improve the UX of the news item admin form to prevent wrong usage
|
||||
time: 2025-01-08T16:18:41.769719298+01:00
|
||||
custom:
|
||||
Issue: ""
|
@ -29,6 +29,7 @@ class NewsItemType extends AbstractType
|
||||
])
|
||||
->add('content', ChillTextareaType::class, [
|
||||
'required' => false,
|
||||
'empty_data' => '',
|
||||
])
|
||||
->add(
|
||||
'startDate',
|
||||
|
Loading…
x
Reference in New Issue
Block a user