mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-11-17 09:27:51 +00:00
Improve locale setting within user profile, using Languages symfony component
This commit is contained in:
@@ -12,6 +12,12 @@ services:
|
||||
tags:
|
||||
- { name: form.type, alias: translatable_string }
|
||||
|
||||
Chill\MainBundle\Form\Type\UserLocaleType:
|
||||
arguments:
|
||||
- "%chill_main.available_languages%"
|
||||
tags:
|
||||
- { name: form.type }
|
||||
|
||||
chill.main.form.type.select2choice:
|
||||
class: Chill\MainBundle\Form\Type\Select2ChoiceType
|
||||
tags:
|
||||
|
||||
Reference in New Issue
Block a user