mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-01-10 16:48:39 +00:00
60 lines
1.2 KiB
JSON
Executable File
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": "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": "*",
|
|
"Media": "*",
|
|
"Search": "*"
|
|
},
|
|
"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"
|
|
}
|
|
]
|
|
}
|