Issue #2043527 followup by Gábor Hojtsy: Fixed Theme name is included in block machine name but should be stored as a key instead.
parent
c8164252ad
commit
44639c1e9a
|
@ -1,6 +1,6 @@
|
||||||
# Schema for the configuration files of the Block module.
|
# Schema for the configuration files of the Block module.
|
||||||
|
|
||||||
block.block.*.*:
|
block.block.*:
|
||||||
type: mapping
|
type: mapping
|
||||||
label: 'Block'
|
label: 'Block'
|
||||||
mapping:
|
mapping:
|
||||||
|
@ -10,6 +10,9 @@ block.block.*.*:
|
||||||
uuid:
|
uuid:
|
||||||
type: string
|
type: string
|
||||||
label: 'UUID'
|
label: 'UUID'
|
||||||
|
theme:
|
||||||
|
type: string
|
||||||
|
label: 'Theme'
|
||||||
region:
|
region:
|
||||||
type: string
|
type: string
|
||||||
label: 'Region'
|
label: 'Region'
|
||||||
|
|
Loading…
Reference in New Issue