oms-Calendar/info.json
Dennis Eichhorn b3cd6855ec
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
fix permissions
2025-04-02 14:15:04 +00:00

47 lines
954 B
JSON

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