mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 05:44:24 +00:00
Debug - locale
This commit is contained in:
parent
435a053cfe
commit
98f8a105ed
@ -1,20 +1,20 @@
|
||||
cl_custom_fields_customfieldsgroup:
|
||||
resource: "@ChillCustomFieldsBundle/Resources/config/routing/customfieldsgroup.yml"
|
||||
prefix: {_locale}/admin/customfieldsgroup
|
||||
prefix: /
|
||||
|
||||
cl_custom_fields_blopentity2:
|
||||
resource: "@ChillCustomFieldsBundle/Resources/config/routing/blopentity2.yml"
|
||||
prefix: {_locale}/blopentity2
|
||||
prefix: /blopentity2
|
||||
|
||||
cl_custom_fields_adress:
|
||||
resource: "@ChillCustomFieldsBundle/Resources/config/routing/adress.yml"
|
||||
prefix: {_locale}/adress
|
||||
prefix: /adress
|
||||
|
||||
cl_custom_fields_customfield:
|
||||
resource: "@ChillCustomFieldsBundle/Resources/config/routing/customfield.yml"
|
||||
prefix: {_locale}/admin/customfield
|
||||
prefix: /
|
||||
|
||||
cl_custom_fields_blopentity:
|
||||
resource: "@ChillCustomFieldsBundle/Resources/config/routing/blopentity.yml"
|
||||
prefix: {_locale}/
|
||||
prefix: /
|
||||
|
||||
|
@ -1,30 +1,30 @@
|
||||
customfield:
|
||||
path: /
|
||||
path: /{_locale}/admin/customfield/
|
||||
defaults: { _controller: "ChillCustomFieldsBundle:CustomField:index" }
|
||||
|
||||
customfield_show:
|
||||
path: /{id}/show
|
||||
path: /{_locale}/admin/customfield/{id}/show
|
||||
defaults: { _controller: "ChillCustomFieldsBundle:CustomField:show" }
|
||||
|
||||
customfield_new:
|
||||
path: /new
|
||||
path: /{_locale}/admin/customfield/new
|
||||
defaults: { _controller: "ChillCustomFieldsBundle:CustomField:new" }
|
||||
|
||||
customfield_create:
|
||||
path: /create
|
||||
path: /{_locale}/admin/customfield/create
|
||||
defaults: { _controller: "ChillCustomFieldsBundle:CustomField:create" }
|
||||
requirements: { _method: post }
|
||||
|
||||
customfield_edit:
|
||||
path: /{id}/edit
|
||||
path: /{_locale}/admin/customfield/{id}/edit
|
||||
defaults: { _controller: "ChillCustomFieldsBundle:CustomField:edit" }
|
||||
|
||||
customfield_update:
|
||||
path: /{id}/update
|
||||
path: /{_locale}/admin/customfield/{id}/update
|
||||
defaults: { _controller: "ChillCustomFieldsBundle:CustomField:update" }
|
||||
requirements: { _method: post|put }
|
||||
|
||||
customfield_delete:
|
||||
path: /{id}/delete
|
||||
path: /{_locale}/admin/customfield/{id}/delete
|
||||
defaults: { _controller: "ChillCustomFieldsBundle:CustomField:delete" }
|
||||
requirements: { _method: post|delete }
|
||||
|
@ -1,30 +1,30 @@
|
||||
customfieldsgroup:
|
||||
path: /
|
||||
path: /{_locale}/admin/customfieldsgroup/
|
||||
defaults: { _controller: "ChillCustomFieldsBundle:CustomFieldsGroup:index" }
|
||||
|
||||
customfieldsgroup_show:
|
||||
path: /{id}/show
|
||||
path: /{_locale}/admin/customfieldsgroup/{id}/show
|
||||
defaults: { _controller: "ChillCustomFieldsBundle:CustomFieldsGroup:show" }
|
||||
|
||||
customfieldsgroup_new:
|
||||
path: /new
|
||||
path: /{_locale}/admin/customfieldsgroup/new
|
||||
defaults: { _controller: "ChillCustomFieldsBundle:CustomFieldsGroup:new" }
|
||||
|
||||
customfieldsgroup_create:
|
||||
path: /create
|
||||
path: /{_locale}/admin/customfieldsgroup/create
|
||||
defaults: { _controller: "ChillCustomFieldsBundle:CustomFieldsGroup:create" }
|
||||
requirements: { _method: post }
|
||||
|
||||
customfieldsgroup_edit:
|
||||
path: /{id}/edit
|
||||
path: /{_locale}/admin/customfieldsgroup/{id}/edit
|
||||
defaults: { _controller: "ChillCustomFieldsBundle:CustomFieldsGroup:edit" }
|
||||
|
||||
customfieldsgroup_update:
|
||||
path: /{id}/update
|
||||
path: /{_locale}/admin/customfieldsgroup/{id}/update
|
||||
defaults: { _controller: "ChillCustomFieldsBundle:CustomFieldsGroup:update" }
|
||||
requirements: { _method: post|put }
|
||||
|
||||
customfieldsgroup_delete:
|
||||
path: /{id}/delete
|
||||
path: /{_locale}/admin/customfieldsgroup/{id}/delete
|
||||
defaults: { _controller: "ChillCustomFieldsBundle:CustomFieldsGroup:delete" }
|
||||
requirements: { _method: post|delete }
|
||||
|
Loading…
x
Reference in New Issue
Block a user