mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 05:44:24 +00:00
Adding locale selection
This commit is contained in:
parent
8fa75e2dd6
commit
435a053cfe
@ -1,20 +1,20 @@
|
||||
cl_custom_fields_customfieldsgroup:
|
||||
resource: "@ChillCustomFieldsBundle/Resources/config/routing/customfieldsgroup.yml"
|
||||
prefix: /admin/customfieldsgroup
|
||||
prefix: {_locale}/admin/customfieldsgroup
|
||||
|
||||
cl_custom_fields_blopentity2:
|
||||
resource: "@ChillCustomFieldsBundle/Resources/config/routing/blopentity2.yml"
|
||||
prefix: /blopentity2
|
||||
prefix: {_locale}/blopentity2
|
||||
|
||||
cl_custom_fields_adress:
|
||||
resource: "@ChillCustomFieldsBundle/Resources/config/routing/adress.yml"
|
||||
prefix: /adress
|
||||
prefix: {_locale}/adress
|
||||
|
||||
cl_custom_fields_customfield:
|
||||
resource: "@ChillCustomFieldsBundle/Resources/config/routing/customfield.yml"
|
||||
prefix: /admin/customfield
|
||||
prefix: {_locale}/admin/customfield
|
||||
|
||||
cl_custom_fields_blopentity:
|
||||
resource: "@ChillCustomFieldsBundle/Resources/config/routing/blopentity.yml"
|
||||
prefix: /
|
||||
prefix: {_locale}/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user