oms-News/info.json
Dennis Eichhorn f746af1495 bump
2024-02-28 05:09:12 +00:00

55 lines
1.1 KiB
JSON
Executable File

{
"name": {
"id": 1000600000,
"internal": "News",
"external": "News"
},
"category": "Content",
"version": "1.0.0",
"requirements": {
"phpOMS": "1.0.0",
"phpOMS-db": "1.0.0"
},
"creator": {
"name": "Jingga",
"website": "jingga.app"
},
"description": "News module.",
"directory": "News",
"dependencies": {
"Admin": "1.0.0",
"Home": "1.0.0",
"Tag": "1.0.0",
"Comments": "*",
"Media": "*",
"Notification": "1.0.0"
},
"providing": {
"Navigation": "*",
"Comments": "*",
"Dashboard": "*",
"Media": "*",
"Search": "*"
},
"load": [
{
"pid": [
"/news"
],
"type": 4,
"for": 0,
"from": "News",
"file": "News"
},
{
"pid": [
"/"
],
"type": 5,
"from": "News",
"for": "Navigation",
"file": "Navigation"
}
]
}