Add Chill context for event admins pages

This commit is contained in:
2019-09-26 20:24:40 +02:00
parent 3274ddb496
commit 7ac7def366
20 changed files with 195 additions and 42 deletions

View File

@@ -1,6 +1,11 @@
chill_eventtype_admin:
path: /
defaults: { _controller: "ChillEventBundle:EventType:index" }
options:
menus:
admin_events:
order: 90
label: "Event types"
chill_eventtype_admin_show:
path: /{id}/show

View File

@@ -1,6 +1,11 @@
chill_event_admin_role:
path: /
defaults: { _controller: "ChillEventBundle:Role:index" }
options:
menus:
admin_events:
order: 110
label: "Event roles"
chill_event_admin_role_show:
path: /{id}/show

View File

@@ -1,6 +1,11 @@
chill_event_admin_status:
path: /
defaults: { _controller: "ChillEventBundle:Status:index" }
options:
menus:
admin_events:
order: 100
label: "Event status"
chill_event_admin_status_show:
path: /{id}/show