oms-Profile/Admin/Install/Media.install.json

20 lines
473 B
JSON
Executable File

[
{
"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
}
]