oms-Profile/Admin/Install/Media.install.json
Dennis Eichhorn 7760fe8307
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

20 lines
473 B
JSON

[
{
"type": "collection",
"create_directory": true,
"name": "Profile",
"virtualPath": "/Modules",
"user": 1
},
{
"type": "upload",
"create_collection": false,
"name": "Default Profile Image",
"virtualPath": "/Modules/Profile",
"path": "/Modules/Profile",
"files": [
"/Modules/Profile/Admin/Install/Media/default_profile.png"
],
"user": 1
}
]