oms-Script/info.json
Dennis Eichhorn 54beed24a9
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
1.0 KiB
JSON
Executable File

{
"name": {
"id": 1002700000,
"internal": "Script",
"external": "Script"
},
"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 script module supports creating static and dynamic reportings.",
"directory": "Script",
"dependencies": {
"Admin": "1.0.0",
"Media": "1.0.0",
"Tools": "1.0.0"
},
"providing": {
"Navigation": "*",
"Media": "*"
},
"load": [
{
"pid": [
"/script"
],
"type": 4,
"for": "Content",
"file": "Script",
"from": "Script"
},
{
"pid": [
"/"
],
"type": 5,
"from": "Script",
"for": "Navigation",
"file": "Navigation"
}
]
}