From d1573e144b8b82e6739b417cac71a8719b131786 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20S=C3=A9chet?= Date: Wed, 2 Nov 2022 15:36:03 +0100 Subject: [PATCH 1/3] cci: remove unused header:logo slot (#70464) --- static/cci/config.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/static/cci/config.json b/static/cci/config.json index 0532ab3e..3c575df0 100644 --- a/static/cci/config.json +++ b/static/cci/config.json @@ -6,8 +6,7 @@ "settings": { "combo": { "COMBO_ASSET_SLOTS.update": { - "header:background": { "label": "Têtière : fond" }, - "header:logo": { "label": "Têtière : logo" } + "header:background": { "label": "Têtière : fond" } } } } -- 2.35.1