-
Notifications
You must be signed in to change notification settings - Fork 8
/
config.json
executable file
·53 lines (53 loc) · 1.11 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "Support",
"author": "Eywek",
"version": "1.0.45",
"admin_menus": {
"Support": {
"icon": "fas fa-ticket-alt",
"menu": {
"Gérer les tickets": {
"permission": "MANAGE_TICKETS",
"icon": "fas fa-clipboard-list",
"route": "/admin/support"
},
"Gérer les catégories": {
"icon": "cog",
"permission": "MANAGE_CATEGORIES",
"route": "/admin/support/categories"
},
"Paramètres": {
"icon": "cog",
"permission": "SETTINGS_SUPPORT",
"route": "/admin/support/config"
}
}
}
},
"navbar_routes": {
"Support": "/support"
},
"useEvents": false,
"permissions": {
"available": [
"MANAGE_TICKETS",
"ANSWER_TICKETS",
"VIEW_TICKETS",
"UNCLOSE_TICKETS",
"CLOSE_TICKETS",
"DELETE_TICKETS",
"MANAGE_CATEGORIES",
"ADD_CATEGORIE",
"EDIT_CATEGORIE",
"DELETE_CATEGORIE",
"SETTINGS_SUPPORT"
],
"default": {
"0": [],
"2": []
}
},
"requirements": {
"CMS": "^1.15.2"
}
}