From 8f97ace297ff96d2813ab9397e1b50906b8b7052 Mon Sep 17 00:00:00 2001 From: Marc Ducobu Date: Tue, 18 Nov 2014 11:04:23 +0100 Subject: [PATCH] Several icons in menu section --- Resources/config/routing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/config/routing.yml b/Resources/config/routing.yml index 44755a907..eb9979aa5 100644 --- a/Resources/config/routing.yml +++ b/Resources/config/routing.yml @@ -17,7 +17,7 @@ chill_main_homepage: section: order: 10 label: Homepage - icon: home + icons: [home] chill_main_admin_central: pattern: /{_locale}/admin @@ -27,7 +27,7 @@ chill_main_admin_central: section: order: 20 label: Admin Menu - icon: gears + icons: [gears] login: path: /login