mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-01-10 13:08:40 +00:00
54 lines
1.0 KiB
JSON
Executable File
54 lines
1.0 KiB
JSON
Executable File
{
|
|
"name": {
|
|
"id": 1000100000,
|
|
"internal": "Admin",
|
|
"external": "Admin"
|
|
},
|
|
"category": "Admin",
|
|
"version": "1.0.0",
|
|
"requirements": {
|
|
"phpOMS": "1.0.0",
|
|
"phpOMS-db": "1.0.0"
|
|
},
|
|
"creator": {
|
|
"name": "Jingga",
|
|
"website": "jingga.app"
|
|
},
|
|
"directory": "Admin",
|
|
"dependencies": {},
|
|
"providing": {
|
|
"Media": "*",
|
|
"Navigation": "*",
|
|
"Messages": "*"
|
|
},
|
|
"load": [
|
|
{
|
|
"pid": [
|
|
"/admin"
|
|
],
|
|
"type": 4,
|
|
"for": "Content",
|
|
"file": "Admin",
|
|
"from": "Admin"
|
|
},
|
|
{
|
|
"pid": [
|
|
"/"
|
|
],
|
|
"type": 5,
|
|
"from": "Admin",
|
|
"for": "Navigation",
|
|
"file": "Navigation"
|
|
},
|
|
{
|
|
"pid": [
|
|
"/admin"
|
|
],
|
|
"type": 5,
|
|
"for": "Content",
|
|
"file": "",
|
|
"from": "Admin"
|
|
}
|
|
]
|
|
}
|