oms-Exchange/info.json
2023-03-11 23:38:17 +01:00

48 lines
993 B
JSON
Executable File

{
"name": {
"id": 1007000000,
"internal": "Exchange",
"external": "Exchange"
},
"category": "Admin",
"version": "1.0.0",
"requirements": {
"phpOMS": "1.0.0",
"phpOMS-db": "1.0.0"
},
"creator": {
"name": "Jingga",
"website": "jingga.app"
},
"description": "The administration module.",
"directory": "Exchange",
"dependencies": {
"Admin": "1.0.0",
"Media": "1.0.0",
"Workflow": "1.0.0"
},
"providing": {
"Navigation": "*"
},
"load": [
{
"pid": [
"/"
],
"type": 5,
"from": "Exchange",
"for": "Navigation",
"file": "Navigation"
},
{
"pid": [
"/admin/exchange"
],
"type": 4,
"for": "Content",
"file": "Exchange",
"from": "Exchange"
}
]
}