oms-Admin/info.json

53 lines
1.1 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": "Orange Management",
"website": "www.spl1nes.com"
},
"description": "The administration module.",
"directory": "Admin",
"dependencies": {},
"providing": {
"Navigation": "*"
},
"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"
}
]
}