oms-QA/info.json
Dennis Eichhorn 148a1518d3 bump
2024-02-28 05:09:12 +00:00

51 lines
998 B
JSON
Executable File

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