add chill_menu to render easily menu, refs #179

This commit is contained in:
2014-10-12 20:38:26 +02:00
parent b9882530d7
commit 68df4008a8
12 changed files with 247 additions and 10 deletions

View File

@@ -8,4 +8,4 @@ framework:
translator: { fallback: fr }
profiler: { only_exceptions: false }
templating:
engines: ['twig']
engines: ['twig']

View File

@@ -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