-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.json
executable file
·45 lines (45 loc) · 928 Bytes
/
info.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
{
"name": {
"id": 1000700000,
"internal": "Monitoring",
"external": "Monitoring"
},
"category": "Admin",
"version": "1.0.0",
"requirements": {
"phpOMS": "1.0.0",
"phpOMS-db": "1.0.0"
},
"creator": {
"name": "Jingga",
"website": "jingga.app"
},
"directory": "Monitoring",
"dependencies": {
"Admin": "1.0.0"
},
"providing": {
"Navigation": "*",
"Workflow": "*"
},
"load": [
{
"pid": [
"/"
],
"type": 5,
"from": "Monitoring",
"for": "Navigation",
"file": "Navigation"
},
{
"pid": [
"/admin/monitoring"
],
"type": 4,
"for": "Content",
"file": "Monitoring",
"from": "Monitoring"
}
]
}