mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
Adding type to the creation event form
This commit is contained in:
7
Resources/config/services/forms.yml
Normal file
7
Resources/config/services/forms.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
services:
|
||||
chill_event.form.event_type_type:
|
||||
class: Chill\EventBundle\Form\Type\TranslatableEventType
|
||||
arguments:
|
||||
- "@chill.main.helper.translatable_string"
|
||||
tags:
|
||||
- { name: form.type }
|
Reference in New Issue
Block a user