mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-18 16:24:24 +00:00
43 lines
920 B
YAML
43 lines
920 B
YAML
root:
|
|
pattern: /
|
|
defaults:
|
|
_controller: FrameworkBundle:Redirect:urlRedirect
|
|
path: /homepage
|
|
permanent: true
|
|
options:
|
|
menus:
|
|
section:
|
|
order: 10
|
|
label: Homepage
|
|
icon: home
|
|
|
|
cl_chill_main_homepage:
|
|
pattern: /homepage
|
|
defaults: { _controller: ChillMainBundle:Default:index }
|
|
|
|
chill_main_admin_central:
|
|
pattern: /admin
|
|
defaults: { _controller: ChillMainBundle:Admin:index }
|
|
options:
|
|
menus:
|
|
section:
|
|
order: 20
|
|
label: Admin Menu
|
|
icon: gears
|
|
|
|
login:
|
|
path: /login
|
|
defaults: { _controller: ChillMainBundle:Login:login }
|
|
|
|
login_check:
|
|
path: /login_check
|
|
|
|
logout:
|
|
path: /logout
|
|
options:
|
|
menus:
|
|
user:
|
|
order: 10
|
|
label: Logout
|
|
icon: power-off
|