From 6ae1b8334e282d83cf67e169312ccd6824623070 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Thu, 25 Feb 2016 13:08:10 +0100 Subject: [PATCH] Remove the admin menu from the section user's menu. --- Resources/config/routing.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Resources/config/routing.yml b/Resources/config/routing.yml index e6d4d9dee..3246ea9d3 100644 --- a/Resources/config/routing.yml +++ b/Resources/config/routing.yml @@ -50,10 +50,6 @@ chill_main_admin_central: defaults: { _controller: ChillMainBundle:Admin:index } options: menus: - section: - order: 30 - label: Admin Menu - icons: [gears] admin_permissions: order: 0 label: Main admin menu