mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
34 lines
1.1 KiB
YAML
34 lines
1.1 KiB
YAML
hello_bundle:
|
|
resource: "@CLChillMainBundle/Resources/config/routing.yml"
|
|
|
|
chill_main_dummy_0:
|
|
pattern: /dummy
|
|
defaults: { _controller: CLChillMainBundle:Default:index }
|
|
options:
|
|
menus:
|
|
dummy0:
|
|
order: 50
|
|
label: test0
|
|
otherkey: othervalue
|
|
dummy1:
|
|
order: 50
|
|
label: test dummy 1
|
|
|
|
chill_main_dummy_1:
|
|
pattern: /dummy1
|
|
defaults: { _controller: CLChillMainBundle:Default:index }
|
|
options:
|
|
menus:
|
|
dummy0:
|
|
order: 50
|
|
label: 'test1'
|
|
helper: 'great helper'
|
|
|
|
chill_main_dummy_2:
|
|
pattern: /dummy2/{param}
|
|
defaults: {_controller: CLChillMainBundle:Default:index }
|
|
options:
|
|
menus:
|
|
dummy0:
|
|
order: 50
|
|
label: test2 |