oms-Media/info.json
Dennis Eichhorn e2a9c3d86f
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

60 lines
1.2 KiB
JSON
Executable File

{
"name": {
"id": 1000400000,
"internal": "Media",
"external": "Media"
},
"category": "Tools",
"version": "1.0.0",
"requirements": {
"phpOMS": "1.0.0",
"phpOMS-db": "1.0.0"
},
"creator": {
"name": "Jingga",
"website": "https://jingga.app"
},
"description": "The media module.",
"directory": "Media",
"dependencies": {
"Admin": "1.0.0",
"Organization": "1.0.0",
"Home": "1.0.0",
"Tag": "1.0.0"
},
"providing": {
"Navigation": "*",
"Search": "*",
"Tag": "*"
},
"load": [
{
"pid": [
"/media"
],
"type": 4,
"for": "Content",
"file": "Media",
"from": "Media"
},
{
"pid": [
"/admin"
],
"type": 4,
"for": "Admin",
"file": "Media",
"from": "Media"
},
{
"pid": [
"/"
],
"type": 5,
"from": "Media",
"for": "Navigation",
"file": "Navigation"
}
]
}