oms-Tag/info.json
2022-02-19 13:57:39 +01:00

47 lines
910 B
JSON
Executable File

{
"name": {
"id": 1007500000,
"internal": "Tag",
"external": "Tag"
},
"category": "Content",
"version": "1.0.0",
"requirements": {
"phpOMS": "1.0.0",
"phpOMS-db": "1.0.0"
},
"creator": {
"name": "Karaka",
"website": "www.spl1nes.com"
},
"description": "Tag module.",
"directory": "Tag",
"dependencies": {
"Admin": "1.0.0",
"Home": "1.0.0"
},
"providing": {
"Navigation": "*"
},
"load": [
{
"pid": [
"/tag"
],
"type": 4,
"for": "Tag",
"file": "Tag",
"from": "Tag"
},
{
"pid": [
"/"
],
"type": 5,
"from": "Tag",
"for": "Navigation",
"file": "Navigation"
}
]
}