mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
Merge
This commit is contained in:
@@ -1,6 +1,16 @@
|
||||
event:
|
||||
path: /
|
||||
defaults: { _controller: "ChillEventBundle:Event:index" }
|
||||
|
||||
chill_event_list_most_recent:
|
||||
path: most_recent
|
||||
defaults: { _controller: "ChillEventBundle:Event:mostRecentIndex" }
|
||||
options:
|
||||
menus:
|
||||
section:
|
||||
order: 90
|
||||
label: Events
|
||||
icons: [calendar]
|
||||
|
||||
event_show:
|
||||
path: /{event_id}/show
|
||||
|
Reference in New Issue
Block a user