oms-Exchange/info.json
Dennis Eichhorn b6903b53b6
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled
fix permissions
2025-04-02 14:15:05 +00:00

48 lines
974 B
JSON

{
"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": "https://jingga.app"
},
"directory": "Exchange",
"dependencies": {
"Admin": "1.0.0",
"Media": "1.0.0",
"Workflow": "1.0.0"
},
"providing": {
"Navigation": "*",
"Admin": "*"
},
"load": [
{
"pid": [
"/"
],
"type": 5,
"from": "Exchange",
"for": "Navigation",
"file": "Navigation"
},
{
"pid": [
"/admin/exchange"
],
"type": 4,
"for": "Content",
"file": "Exchange",
"from": "Exchange"
}
]
}