Issue #2043527 followup by Gábor Hojtsy: Fixed Theme name is included in block machine name but should be stored as a key instead.

8.0.x
Alex Pott 2013-10-17 11:39:33 +01:00
parent c8164252ad
commit 44639c1e9a
1 changed files with 4 additions and 1 deletions

View File

@ -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'