mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
29 lines
651 B
YAML
29 lines
651 B
YAML
root:
|
|
pattern: /
|
|
defaults:
|
|
_controller: FrameworkBundle:Redirect:urlRedirect
|
|
path: /hello
|
|
permanent: true
|
|
options:
|
|
menus:
|
|
main:
|
|
order: 10
|
|
label: homepage
|
|
|
|
cl_chill_main_homepage:
|
|
pattern: /hello
|
|
defaults: { _controller: ChillMainBundle:Default:index }
|
|
|
|
chill_main_admin_central:
|
|
pattern: /admin
|
|
defaults: { _controller: ChillMainBundle:Admin:index }
|
|
options:
|
|
menus:
|
|
main:
|
|
order: 20
|
|
label: homepage
|
|
|
|
login:
|
|
path: /login
|
|
defaults: { _controller: ChillMainBundle:Login:login }
|