-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustomermanagment.json
More file actions
50 lines (50 loc) · 1.16 KB
/
customermanagment.json
File metadata and controls
50 lines (50 loc) · 1.16 KB
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
{
"name": "Customer",
"active": true,
"version": "0.1",
"priority": "980",
"baseperm": "2",
"basepath": "customermanagment/",
"languagefiles": "languages/",
"language": "en",
"authors": [
{
"name": "Bennet Gallein",
"email": "bennet@intranetproject.net"
},
{
"name": "Tobias Kalmbach",
"email": "tobias@intranetproject.net"
}
],
"navs": [
{
"icon": "format-list-bulleted",
"name": "__LIST_CUSTOMER_LISTING",
"link": "list.php",
"_comment": "available permissions are: user = 1, supporter = 2, admin = 3; incrementing perms include lower ones!",
"permission": "2",
"type": "nav"
},
{
"link": "profile.php",
"permission": "2",
"type": "page"
}
],
"dashboards": [
{
"link": "dashboard/include.php",
"permission": "2"
}
],
"includeables": [],
"supports": [
{
"name": "bennetgallein/supportmanager"
},
{
"name": "bennetgallein/balance"
}
]
}