mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
Create a type select2_entity and select2_chill_country refs #318
select2_entity inherits from entity with a class ".select2". select2_chill_country inherit from select2_entity [ci skip]
This commit is contained in:
@@ -30,3 +30,13 @@ services:
|
||||
class: Chill\MainBundle\Form\Type\Select2ChoiceType
|
||||
tags:
|
||||
- {name: form.type, alias: select2_choice}
|
||||
|
||||
chill.main.form.type.select2entity:
|
||||
class: Chill\MainBundle\Form\Type\Select2EntityType
|
||||
tags:
|
||||
- {name: form.type, alias: select2_entity }
|
||||
|
||||
chill.main.form.type.select2country:
|
||||
class: Chill\MainBundle\Form\Type\Select2CountryType
|
||||
tags:
|
||||
- { name: form.type, alias: select2_chill_country }
|
||||
|
Reference in New Issue
Block a user