oms-Shop/Admin/Install/Media.install.json
2023-03-11 23:38:19 +01:00

44 lines
927 B
JSON
Executable File

[
{
"type": "type",
"name": "shop_list_image",
"l11n": [
{
"title": "Shop list image",
"lang": "en"
},
{
"title": "Shop Listenbild",
"lang": "de"
}
]
},
{
"type": "type",
"name": "shop_featured_image",
"l11n": [
{
"title": "Shop featured image",
"lang": "en"
},
{
"title": "Shop Featured Bild",
"lang": "de"
}
]
},
{
"type": "type",
"name": "shop_primary_image",
"l11n": [
{
"title": "Shop primary image",
"lang": "en"
},
{
"title": "Shop Hauptbild",
"lang": "de"
}
]
}
]