mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Adding route into the admin menu
This commit is contained in:
parent
b430ac30b0
commit
f4fb039289
@ -1,6 +1,11 @@
|
||||
chill_activity_activityreason:
|
||||
path: /{_locale}/admin/activityreason/
|
||||
defaults: { _controller: "ChillActivityBundle:ActivityReason:index" }
|
||||
options:
|
||||
menus:
|
||||
admin:
|
||||
order: 2000
|
||||
label: "Activity Reasons"
|
||||
|
||||
chill_activity_activityreason_show:
|
||||
path: /{_locale}/admin/activityreason/{id}/show
|
||||
|
@ -1,6 +1,11 @@
|
||||
chill_activity_activityreasoncategory:
|
||||
path: /{_locale}/admin/activityreasoncategory/
|
||||
defaults: { _controller: "ChillActivityBundle:ActivityReasonCategory:index" }
|
||||
options:
|
||||
menus:
|
||||
admin:
|
||||
order: 2010
|
||||
label: "Activity Reasons Category"
|
||||
|
||||
chill_activity_activityreasoncategory_show:
|
||||
path: /{_locale}/admin/activityreasoncategory/{id}/show
|
||||
|
@ -1,6 +1,11 @@
|
||||
activitytype:
|
||||
path: /{_locale}/admin/activitytype/
|
||||
defaults: { _controller: "ChillActivityBundle:ActivityType:index" }
|
||||
options:
|
||||
menus:
|
||||
admin:
|
||||
order: 2020
|
||||
label: "Activity Types"
|
||||
|
||||
chill_activity_activitytype_show:
|
||||
path: /{_locale}/admin/activitytype/{id}/show
|
||||
|
Loading…
x
Reference in New Issue
Block a user