oms-Tag/info.json
Dennis Eichhorn fd11d5544e
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled
Test fixes
2024-05-16 02:14:55 +00:00

49 lines
955 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": "https://jingga.app"
},
"description": "Tag module.",
"directory": "Tag",
"dependencies": {
"Admin": "1.0.0",
"Home": "1.0.0"
},
"providing": {
"Admin": "*",
"Navigation": "*",
"Tag": "*"
},
"load": [
{
"pid": [
"/tag"
],
"type": 4,
"for": "Tag",
"file": "Tag",
"from": "Tag"
},
{
"pid": [
"/"
],
"type": 5,
"from": "Tag",
"for": "Navigation",
"file": "Navigation"
}
]
}