mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-20 01:04:23 +00:00
34 lines
1004 B
YAML
34 lines
1004 B
YAML
chill_event_event:
|
|
resource: "@ChillEventBundle/Resources/config/routing/event.yml"
|
|
prefix: /{_locale}/event/event
|
|
|
|
chill_event_participation:
|
|
resource: "@ChillEventBundle/Resources/config/routing/participation.yml"
|
|
prefix: /{_locale}/event/participation
|
|
|
|
|
|
## ADMIN
|
|
|
|
chill_event_admin:
|
|
path: /{_locale}/admin/event
|
|
defaults: { _controller: "ChillEventBundle:Admin:index" }
|
|
options:
|
|
menus:
|
|
admin_section:
|
|
order: 1000
|
|
label: "Events configuration"
|
|
icons: ['calendar']
|
|
|
|
chill_event_admin_status:
|
|
resource: "@ChillEventBundle/Resources/config/routing/status.yml"
|
|
prefix: /{_locale}/admin/event/status
|
|
|
|
chill_event_admin_role:
|
|
resource: "@ChillEventBundle/Resources/config/routing/role.yml"
|
|
prefix: /{_locale}/admin/event/role
|
|
|
|
chill_event_admin_event_type:
|
|
resource: "@ChillEventBundle/Resources/config/routing/eventtype.yml"
|
|
prefix: /{_locale}/admin/event/event_type
|
|
|