From 9ea5ee780696628d65b534d18e05a1775a3bd2ac Mon Sep 17 00:00:00 2001 From: Valentin Date: Mon, 9 Oct 2017 12:57:22 +0200 Subject: [PATCH] Move admin --- config.json | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/config.json b/config.json index 4e1eefd..4e59af0 100755 --- a/config.json +++ b/config.json @@ -4,15 +4,17 @@ "version":"1.0.2", "apiID":2, "admin_menus": { - "Support": { - "index": 2, - "icon": "ticket", - "menu": { - "Gérer les tickets": { - "icon": "cog", - "route": "/admin/support" + "GLOBAL__ADMIN_GENERAL": { + "Support": { + "index": 2, + "icon": "ticket", + "menu": { + "Gérer les tickets": { + "icon": "cog", + "route": "/admin/support" + } } - } + } } }, "navbar_routes": {