Adding type to the creation event form

This commit is contained in:
Marc Ducobu
2016-03-22 20:34:34 +01:00
parent 041c43a936
commit 888bcad81a
4 changed files with 80 additions and 1 deletions

View 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 }