forked from nivcoo/Plugin-Pointz
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.json
37 lines (37 loc) · 913 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "Pointz",
"author": "nivcoo",
"version": "2.6.5",
"admin_menus": {
"PointZ": {
"icon": "link",
"index": 4,
"menu": {
"POINTZ__DROPDOWN_CONFIG": {
"icon": "cog",
"route": "/admin/pointz/config"
},
"POINTZ__DROPDOWN_SHOP": {
"icon": "object-group",
"route": "/admin/pointz/pshop"
},
"POINTZ__DROPDOWN_CONVERTER": {
"icon": "link",
"route": "/admin/pointz/pconverter"
}
}
}
},
"navbar_routes": {},
"useEvents": false,
"permissions": {
"available": [],
"default": {
"0": [],
"2": []
}
},
"requirements": {
"CMS": "^1.11.0"
}
}