mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-17 15:54:23 +00:00
12 lines
525 B
YAML
12 lines
525 B
YAML
customfieldsdefaultgroup:
|
|
path: /{_locale}/admin/customfieldsdefaultgroup/
|
|
defaults: { _controller: "ChillCustomFieldsBundle:CustomFieldsDefaultGroup:list" }
|
|
options:
|
|
menus:
|
|
admin_custom_fields:
|
|
order: 1000
|
|
label: "CustomFields Default Groups : List"
|
|
|
|
customfieldsdefaultgroup_set:
|
|
path: /{_locale}/admin/customfieldsdefaultgroup/set/group/as/default/
|
|
defaults: { _controller: "ChillCustomFieldsBundle:CustomFieldsDefaultGroup:setAGroupAsDefault" } |