oms-Auditor/Admin/Install/Media.install.json
Dennis Eichhorn be4fc6ddfd
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

20 lines
476 B
JSON

[
{
"type": "collection",
"create_directory": true,
"name": "Auditor",
"virtualPath": "/Modules",
"user": 1
},
{
"type": "upload",
"create_collection": true,
"name": "Default",
"virtualPath": "/Modules/Auditor/Default",
"path": "/Modules/Auditor/Default",
"files": [
"/Modules/Auditor/Admin/Install/Media/defaultReport.pdf.php"
],
"user": 1
}
]