From c212be45999882e8d3d27b91b469719879c0c1a1 Mon Sep 17 00:00:00 2001
From: Lee Rowlands <lee.rowlands@previousnext.com.au>
Date: Fri, 19 Jan 2018 14:18:19 +1000
Subject: [PATCH] Issue #2937894 by navneet0693: Remove unneeded schema entry
 from demo_umami.schema.yml

---
 core/profiles/demo_umami/config/schema/demo_umami.schema.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/core/profiles/demo_umami/config/schema/demo_umami.schema.yml b/core/profiles/demo_umami/config/schema/demo_umami.schema.yml
index 49e2129e1e44..7ccb017dc0e6 100644
--- a/core/profiles/demo_umami/config/schema/demo_umami.schema.yml
+++ b/core/profiles/demo_umami/config/schema/demo_umami.schema.yml
@@ -25,7 +25,3 @@ block.settings.umami_footer_promo:
     findmore_text:
       type: string
       label: 'Find more text'
-
-block.settings.umami_recipes_banner_temp:
-  type: block_settings
-  label: 'Banner'
-- 
GitLab