From 67863a368dc9143225160b152fe29fa8d1416303 Mon Sep 17 00:00:00 2001 From: Daniel Muyshond Date: Tue, 9 Aug 2022 14:35:15 +0200 Subject: [PATCH] [TELE-1328] Hide toplinks on TS light --- static/brainelechateau/config.json | 47 +++++++++++++++--------------- static/lens/config.json | 47 +++++++++++++++--------------- static/manage/config.json | 47 +++++++++++++++--------------- static/nandrin/config.json | 47 +++++++++++++++--------------- static/wavre/config.json | 47 +++++++++++++++--------------- 5 files changed, 120 insertions(+), 115 deletions(-) diff --git a/static/brainelechateau/config.json b/static/brainelechateau/config.json index 088bcc56..7bf67e7a 100644 --- a/static/brainelechateau/config.json +++ b/static/brainelechateau/config.json @@ -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" + } + } + } + } } diff --git a/static/lens/config.json b/static/lens/config.json index 071faf0c..7776847b 100644 --- a/static/lens/config.json +++ b/static/lens/config.json @@ -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" + } + } + } + } } diff --git a/static/manage/config.json b/static/manage/config.json index e67bedc0..6a48c84b 100644 --- a/static/manage/config.json +++ b/static/manage/config.json @@ -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" + } + } + } + } } diff --git a/static/nandrin/config.json b/static/nandrin/config.json index 8d7aa6c7..884ec7e1 100644 --- a/static/nandrin/config.json +++ b/static/nandrin/config.json @@ -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" + } + } + } + } } diff --git a/static/wavre/config.json b/static/wavre/config.json index 245ec391..d6b9f487 100644 --- a/static/wavre/config.json +++ b/static/wavre/config.json @@ -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" + } + } + } + } }