mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
34 lines
966 B
YAML
34 lines
966 B
YAML
chill_event_event:
|
|
resource: "@ChillEventBundle/config/routes/event.yaml"
|
|
prefix: /{_locale}/event/event
|
|
|
|
chill_event_participation:
|
|
resource: "@ChillEventBundle/config/routes/participation.yaml"
|
|
prefix: /{_locale}/event/participation
|
|
|
|
|
|
## ADMIN
|
|
|
|
chill_event_admin:
|
|
path: /{_locale}/admin/event
|
|
controller: Chill\EventBundle\Controller\AdminController::indexAction
|
|
options:
|
|
menus:
|
|
admin_section:
|
|
order: 1000
|
|
label: "Events configuration"
|
|
icons: ['calendar']
|
|
|
|
chill_event_admin_status:
|
|
resource: "@ChillEventBundle/config/routes/status.yaml"
|
|
prefix: /{_locale}/admin/event/status
|
|
|
|
chill_event_admin_role:
|
|
resource: "@ChillEventBundle/config/routes/role.yaml"
|
|
prefix: /{_locale}/admin/event/role
|
|
|
|
chill_event_admin_event_type:
|
|
resource: "@ChillEventBundle/config/routes/eventtype.yaml"
|
|
prefix: /{_locale}/admin/event/event_type
|
|
|