imio-publik-themes/static/mettet/config.json

44 lines
858 B
JSON

{
"label": "Mettet",
"settings": {
"combo": {
"COMBO_ASSET_SLOTS.update": {
"header:background": {
"label": "Image de bannière"
},
"header:logo": {
"label": "Image de logo"
},
"emails:logo": {
"label": "Image d'en-tête dans les mails"
}
},
"COMBO_CELL_ASSET_SLOTS.update": {
"data_linkcell": {
"picture": {
"prefix": "Image de tuile « Lien »"
}
},
"data_textcell": {
"picture": {
"prefix": "Image titre"
}
}
},
"COMBO_MAP_DEFAULT_POSITION": {
"lat": "50.32002",
"lng": "4.65785"
}
}
},
"variables": {
"cell_picture_size": "520x220",
"pwa_display": "standalone",
"theme_color": "#008b8b",
"include_top_links": false,
"favicon": "mettet/images/favicon.ico",
"no_extra_js": false,
"email_header_asset": "emails:logo"
}
}