mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
add chill_menu to render easily menu, refs #179
This commit is contained in:
@@ -8,4 +8,4 @@ framework:
|
||||
translator: { fallback: fr }
|
||||
profiler: { only_exceptions: false }
|
||||
templating:
|
||||
engines: ['twig']
|
||||
engines: ['twig']
|
||||
|
@@ -22,4 +22,13 @@ chill_main_dummy_1:
|
||||
dummy0:
|
||||
order: 50
|
||||
label: 'test1'
|
||||
helper: 'great helper'
|
||||
helper: 'great helper'
|
||||
|
||||
chill_main_dummy_2:
|
||||
pattern: /dummy2/{param}
|
||||
defaults: {_controller: CLChillMainBundle:Default:index }
|
||||
options:
|
||||
menus:
|
||||
dummy0:
|
||||
order: 50
|
||||
label: test2
|
Reference in New Issue
Block a user