oms-Surveys/info.json
2023-03-11 23:38:19 +01:00

50 lines
1003 B
JSON
Executable File

{
"name": {
"id": 1000800000,
"internal": "Surveys",
"external": "Surveys"
},
"category": "Tools",
"version": "1.0.0",
"requirements": {
"phpOMS": "1.0.0",
"phpOMS-db": "1.0.0"
},
"creator": {
"name": "Jingga",
"website": "jingga.app"
},
"description": "Surveys module.",
"directory": "Surveys",
"dependencies": {
"Admin": "1.0.0",
"Tag": "1.0.0",
"Media": "1.0.0",
"Tools": "1.0.0"
},
"providing": {
"Navigation": "*",
"Media": "*"
},
"load": [
{
"pid": [
"/survey"
],
"type": 4,
"for": 0,
"from": "Surveys",
"file": "Surveys"
},
{
"pid": [
"/"
],
"type": 5,
"from": "Surveys",
"for": "Navigation",
"file": "Navigation"
}
]
}