[MTELEVERA-53] allow city to change logo by theirself

This commit is contained in:
Daniel Muyshond 2022-08-05 14:06:24 +02:00
parent f535bf906c
commit cd9666abd6
1 changed files with 23 additions and 7 deletions

View File

@ -1,9 +1,25 @@
{
"label": "Verviers (2020)",
"variables": {
"no_extra_js": false,
"pwa_display": "standalone",
"theme_color": "#0E6E62",
"favicon": "verviers_2020/images/favicon.ico"
}
"label": "Verviers (2020)",
"settings": {
"combo": {
"COMBO_MAP_DEFAULT_POSITION": {
"lat": "50.591056",
"lng": "5.865595"
},
"COMBO_ASSET_SLOTS.update": {
"header:background": {
"label": "Image d'en tête du guichet"
},
"header:logo": {
"label": "Logo d'en tête du guichet"
}
}
}
},
"variables": {
"no_extra_js": false,
"pwa_display": "standalone",
"theme_color": "#0E6E62",
"favicon": "verviers_2020/images/favicon.ico"
}
}