oms-ItemManagement/Admin/Install/Media.install.json
2023-04-25 01:51:28 +00:00

72 lines
1.5 KiB
JSON
Executable File

[
{
"type": "collection",
"create_directory": true,
"name": "ItemManagement",
"virtualPath": "/Modules",
"user": 1
},
{
"type": "collection",
"create_directory": true,
"name": "Items",
"virtualPath": "/Modules/ItemManagement",
"user": 1
},
{
"type": "type",
"name": "item_profile_image",
"l11n": [
{
"title": "Profile image",
"lang": "en"
},
{
"title": "Profilbild",
"lang": "de"
}
]
},
{
"type": "type",
"name": "item_demo_download",
"l11n": [
{
"title": "Public Download",
"lang": "en"
},
{
"title": "Oeffentlich Download",
"lang": "de"
}
]
},
{
"type": "type",
"name": "item_private_download",
"l11n": [
{
"title": "Private Download",
"lang": "en"
},
{
"title": "Privat Download",
"lang": "de"
}
]
},
{
"type": "type",
"name": "item_purchase_download",
"l11n": [
{
"title": "Purchased Download",
"lang": "en"
},
{
"title": "Gekaufter Download",
"lang": "de"
}
]
}
]