oms-Checklist/info.json
Dennis Eichhorn eeabd5d0d0 update
2024-01-02 23:34:17 +00:00

47 lines
942 B
JSON
Executable File

{
"name": {
"id": 1003600000,
"internal": "Checklist",
"external": "Checklist"
},
"category": "Tools",
"version": "1.0.0",
"requirements": {
"phpOMS": "1.0.0",
"phpOMS-db": "1.0.0"
},
"creator": {
"name": "Jingga",
"website": "jingga.app"
},
"directory": "Checklist",
"dependencies": {
"Admin": "1.0.0",
"Tasks": "1.0.0",
"Tools": "1.0.0"
},
"providing": {
"Navigation": "*"
},
"load": [
{
"pid": [
"/checklist"
],
"type": 4,
"for": "Content",
"file": "Checklist",
"from": "Checklist"
},
{
"pid": [
"/"
],
"type": 5,
"from": "Checklist",
"for": "Navigation",
"file": "Navigation"
}
]
}