mirror of
https://github.com/Karaka-Management/oms-Tag.git
synced 2026-01-09 23:08:40 +00:00
48 lines
927 B
JSON
Executable File
48 lines
927 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": "Jingga",
|
|
"website": "jingga.app"
|
|
},
|
|
"description": "Tag module.",
|
|
"directory": "Tag",
|
|
"dependencies": {
|
|
"Admin": "1.0.0",
|
|
"Home": "1.0.0"
|
|
},
|
|
"providing": {
|
|
"Admin": "*",
|
|
"Navigation": "*"
|
|
},
|
|
"load": [
|
|
{
|
|
"pid": [
|
|
"/tag"
|
|
],
|
|
"type": 4,
|
|
"for": "Tag",
|
|
"file": "Tag",
|
|
"from": "Tag"
|
|
},
|
|
{
|
|
"pid": [
|
|
"/"
|
|
],
|
|
"type": 5,
|
|
"from": "Tag",
|
|
"for": "Navigation",
|
|
"file": "Navigation"
|
|
}
|
|
]
|
|
}
|