mirror of
https://github.com/Karaka-Management/oms-Organization.git
synced 2026-01-10 15:48:40 +00:00
51 lines
1.0 KiB
JSON
Executable File
51 lines
1.0 KiB
JSON
Executable File
{
|
|
"name": {
|
|
"id": 1004700000,
|
|
"internal": "Organization",
|
|
"external": "Organization"
|
|
},
|
|
"category": "General",
|
|
"version": "1.0.0",
|
|
"requirements": {
|
|
"phpOMS": "1.0.0",
|
|
"phpOMS-db": "1.0.0"
|
|
},
|
|
"creator": {
|
|
"name": "Jingga",
|
|
"website": "jingga.app"
|
|
},
|
|
"description": "The business module.",
|
|
"directory": "Organization",
|
|
"asset-dependencies": {
|
|
"Modules/Editor": "*"
|
|
},
|
|
"dependencies": {
|
|
"Admin": "1.0.0"
|
|
},
|
|
"providing": {
|
|
"Navigation": "*",
|
|
"Admin": "*",
|
|
"Media": "*"
|
|
},
|
|
"load": [
|
|
{
|
|
"pid": [
|
|
"/organization"
|
|
],
|
|
"type": 4,
|
|
"for": "Organization",
|
|
"file": "Organization",
|
|
"from": "Organization"
|
|
},
|
|
{
|
|
"pid": [
|
|
"/"
|
|
],
|
|
"type": 5,
|
|
"from": "Organization",
|
|
"for": "Navigation",
|
|
"file": "Navigation"
|
|
}
|
|
]
|
|
}
|