oms-Organization/Admin/Install/Media.install.json
Dennis Eichhorn 88c8a92fc4
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:06 +00:00

29 lines
770 B
JSON

[
{
"type": "collection",
"create_directory": true,
"name": "Organization",
"virtualPath": "/Modules",
"user": 1
},
{
"type": "collection",
"create_directory": true,
"name": "Templates",
"virtualPath": "/Modules/Organization",
"user": 1
},
{
"type": "upload",
"create_collection": false,
"name": "Letter",
"type": "default_letter",
"virtualPath": "/Modules/Organization/Templates",
"path": "/Modules/Organization/Templates",
"files": [
"/Modules/Organization/Admin/Install/Media/letter.doc.php"
"/Modules/Organization/Admin/Install/Media/letter.pdf.php"
],
"user": 1
}
]