From 44639c1e9a93b528999583dc809b85d148fab6a8 Mon Sep 17 00:00:00 2001
From: Alex Pott <alex.a.pott@googlemail.com>
Date: Thu, 17 Oct 2013 11:39:33 +0100
Subject: [PATCH] =?UTF-8?q?Issue=20#2043527=20followup=20by=20G=C3=A1bor?=
 =?UTF-8?q?=20Hojtsy:=20Fixed=20Theme=20name=20is=20included=20in=20block?=
 =?UTF-8?q?=20machine=20name=20but=20should=20be=20stored=20as=20a=20key?=
 =?UTF-8?q?=20instead.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 core/modules/block/config/schema/block.schema.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/core/modules/block/config/schema/block.schema.yml b/core/modules/block/config/schema/block.schema.yml
index f672cdcfeb66..64c9a3afbd0b 100644
--- a/core/modules/block/config/schema/block.schema.yml
+++ b/core/modules/block/config/schema/block.schema.yml
@@ -1,6 +1,6 @@
 # Schema for the configuration files of the Block module.
 
-block.block.*.*:
+block.block.*:
   type: mapping
   label: 'Block'
   mapping:
@@ -10,6 +10,9 @@ block.block.*.*:
     uuid:
       type: string
       label: 'UUID'
+    theme:
+      type: string
+      label: 'Theme'
     region:
       type: string
       label: 'Region'
-- 
GitLab