mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-18 00:04:26 +00:00
20 lines
717 B
YAML
20 lines
717 B
YAML
chill_event_event:
|
|
resource: "@ChillEventBundle/Resources/config/routing/event.yml"
|
|
prefix: /{_locale}/event/event
|
|
|
|
chill_event_fr_admin_event_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
|
|
|
|
chill_event_participation:
|
|
resource: "@ChillEventBundle/Resources/config/routing/participation.yml"
|
|
prefix: /{_locale}/event/participation
|