[TELE-1328] Hide toplinks on TS light

This commit is contained in:
Daniel Muyshond 2022-08-09 14:35:15 +02:00
parent e98d2418eb
commit 67863a368d
5 changed files with 120 additions and 115 deletions

View File

@ -1,25 +1,26 @@
{
"label": "Braine-le-Château",
"variables": {
"no_extra_js": false,
"pwa_display": "standalone",
"theme_color": "#026770",
"favicon": "brainelechateau/images/favicon.ico"
},
"settings": {
"combo": {
"COMBO_MAP_DEFAULT_POSITION": {
"lat": "50.6831",
"lng": "4.2729"
},
"COMBO_ASSET_SLOTS.update": {
"header:background": {
"label": "Image d'en tête du guichet"
},
"header:logo": {
"label": "Logo d'en tête du guichet"
}
}
}
}
"label": "Braine-le-Château",
"variables": {
"no_extra_js": false,
"pwa_display": "standalone",
"theme_color": "#026770",
"include_top_links": false,
"favicon": "brainelechateau/images/favicon.ico"
},
"settings": {
"combo": {
"COMBO_MAP_DEFAULT_POSITION": {
"lat": "50.6831",
"lng": "4.2729"
},
"COMBO_ASSET_SLOTS.update": {
"header:background": {
"label": "Image d'en tête du guichet"
},
"header:logo": {
"label": "Logo d'en tête du guichet"
}
}
}
}
}

View File

@ -1,25 +1,26 @@
{
"label": "Lens",
"variables": {
"no_extra_js": false,
"pwa_display": "standalone",
"theme_color": "#343F4D",
"favicon": "lens/images/favicon.ico"
},
"settings": {
"combo": {
"COMBO_MAP_DEFAULT_POSITION": {
"lat": "50.5578",
"lng": "3.8998"
},
"COMBO_ASSET_SLOTS.update": {
"header:background": {
"label": "Image d'en tête du guichet"
},
"header:logo": {
"label": "Logo d'en tête du guichet"
}
}
}
}
"label": "Lens",
"variables": {
"no_extra_js": false,
"pwa_display": "standalone",
"theme_color": "#343F4D",
"include_top_links": false,
"favicon": "lens/images/favicon.ico"
},
"settings": {
"combo": {
"COMBO_MAP_DEFAULT_POSITION": {
"lat": "50.5578",
"lng": "3.8998"
},
"COMBO_ASSET_SLOTS.update": {
"header:background": {
"label": "Image d'en tête du guichet"
},
"header:logo": {
"label": "Logo d'en tête du guichet"
}
}
}
}
}

View File

@ -1,25 +1,26 @@
{
"label": "Manage",
"variables": {
"no_extra_js": false,
"pwa_display": "standalone",
"theme_color": "#07689F",
"favicon": "manage/images/favicon.ico"
},
"settings": {
"combo": {
"COMBO_MAP_DEFAULT_POSITION": {
"lat": "50.5030",
"lng": "4.2353"
},
"COMBO_ASSET_SLOTS.update": {
"header:background": {
"label": "Image d'en tête du guichet"
},
"header:logo": {
"label": "Logo d'en tête du guichet"
}
}
}
}
"label": "Manage",
"variables": {
"no_extra_js": false,
"pwa_display": "standalone",
"theme_color": "#07689F",
"include_top_links": false,
"favicon": "manage/images/favicon.ico"
},
"settings": {
"combo": {
"COMBO_MAP_DEFAULT_POSITION": {
"lat": "50.5030",
"lng": "4.2353"
},
"COMBO_ASSET_SLOTS.update": {
"header:background": {
"label": "Image d'en tête du guichet"
},
"header:logo": {
"label": "Logo d'en tête du guichet"
}
}
}
}
}

View File

@ -1,25 +1,26 @@
{
"label": "Nandrin",
"variables": {
"no_extra_js": false,
"pwa_display": "standalone",
"theme_color": "#34B233",
"favicon": "nandrin/images/favicon.ico"
},
"settings": {
"combo": {
"COMBO_MAP_DEFAULT_POSITION": {
"lat": "50.5071457",
"lng": "5.4198465"
},
"COMBO_ASSET_SLOTS.update": {
"header:background": {
"label": "Image d'en tête du guichet"
},
"header:logo": {
"label": "Logo d'en tête du guichet"
}
}
}
}
"label": "Nandrin",
"variables": {
"no_extra_js": false,
"pwa_display": "standalone",
"theme_color": "#34B233",
"include_top_links": false,
"favicon": "nandrin/images/favicon.ico"
},
"settings": {
"combo": {
"COMBO_MAP_DEFAULT_POSITION": {
"lat": "50.5071457",
"lng": "5.4198465"
},
"COMBO_ASSET_SLOTS.update": {
"header:background": {
"label": "Image d'en tête du guichet"
},
"header:logo": {
"label": "Logo d'en tête du guichet"
}
}
}
}
}

View File

@ -1,25 +1,26 @@
{
"label": "Wavre (C.P.A.S.)",
"variables": {
"no_extra_js": false,
"pwa_display": "standalone",
"theme_color": "#343F4D",
"favicon": "wavre/images/favicon.ico"
},
"settings": {
"combo": {
"COMBO_MAP_DEFAULT_POSITION": {
"lat": "50.715896",
"lng": "4.612808"
},
"COMBO_ASSET_SLOTS.update": {
"header:background": {
"label": "Image d'en tête du guichet"
},
"header:logo": {
"label": "Logo d'en tête du guichet"
}
}
}
}
"label": "Wavre (C.P.A.S.)",
"variables": {
"no_extra_js": false,
"pwa_display": "standalone",
"theme_color": "#343F4D",
"include_top_links": false,
"favicon": "wavre/images/favicon.ico"
},
"settings": {
"combo": {
"COMBO_MAP_DEFAULT_POSITION": {
"lat": "50.715896",
"lng": "4.612808"
},
"COMBO_ASSET_SLOTS.update": {
"header:background": {
"label": "Image d'en tête du guichet"
},
"header:logo": {
"label": "Logo d'en tête du guichet"
}
}
}
}
}