We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c90e3f commit 9ea5ee7Copy full SHA for 9ea5ee7
1 file changed
config.json
@@ -4,15 +4,17 @@
4
"version":"1.0.2",
5
"apiID":2,
6
"admin_menus": {
7
- "Support": {
8
- "index": 2,
9
- "icon": "ticket",
10
- "menu": {
11
- "Gérer les tickets": {
12
- "icon": "cog",
13
- "route": "/admin/support"
+ "GLOBAL__ADMIN_GENERAL": {
+ "Support": {
+ "index": 2,
+ "icon": "ticket",
+ "menu": {
+ "Gérer les tickets": {
+ "icon": "cog",
14
+ "route": "/admin/support"
15
+ }
16
}
- }
17
18
19
},
20
"navbar_routes": {
0 commit comments