oms-ClientManagement/Admin/Install/Media.install.json
2024-03-29 15:26:00 +00:00

30 lines
643 B
JSON
Executable File

[
{
"type": "collection",
"create_directory": true,
"name": "ClientManagement",
"virtualPath": "/Modules",
"user": 1
},
{
"type": "collection",
"create_directory": true,
"name": "Clients",
"virtualPath": "/Modules/ClientManagement",
"user": 1
},
{
"type": "type",
"name": "client_profile_image",
"l11n": [
{
"title": "Profile image",
"lang": "en"
},
{
"title": "Profilbild",
"lang": "de"
}
]
}
]