mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
Adding type to the creation event form
This commit is contained in:
@@ -5,6 +5,7 @@ namespace Chill\EventBundle\Form;
|
||||
use Symfony\Component\Form\AbstractType;
|
||||
use Symfony\Component\Form\FormBuilderInterface;
|
||||
use Symfony\Component\OptionsResolver\OptionsResolverInterface;
|
||||
use Chill\EventBundle\Form\Type\TranslatableEventType;
|
||||
|
||||
class EventType extends AbstractType
|
||||
{
|
||||
@@ -26,7 +27,7 @@ class EventType extends AbstractType
|
||||
)
|
||||
)
|
||||
->add('center')
|
||||
//->add('type')
|
||||
->add('type', TranslatableEventType::class)
|
||||
//->add('circle')
|
||||
;
|
||||
}
|
||||
|
Reference in New Issue
Block a user