oms-CashManagement/info.json
Dennis Eichhorn 9c21043ca9 update
2024-01-02 23:34:17 +00:00

46 lines
957 B
JSON

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