Skip to content
Snippets Groups Projects
Commit 44639c1e authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2043527 followup by Gábor Hojtsy: Fixed Theme name is included in block...

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 c8164252
No related branches found
No related tags found
Loading
# 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.*.*: ...@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment