2013-03-29 17:55:22 +00:00
|
|
|
# Schema for the configuration files of the Block module.
|
|
|
|
|
2013-10-17 10:39:33 +00:00
|
|
|
block.block.*:
|
2014-05-31 11:55:13 +00:00
|
|
|
type: config_entity
|
2013-03-29 17:55:22 +00:00
|
|
|
label: 'Block'
|
|
|
|
mapping:
|
2014-06-14 09:03:25 +00:00
|
|
|
id:
|
|
|
|
type: string
|
|
|
|
label: 'ID'
|
2013-10-17 10:39:33 +00:00
|
|
|
theme:
|
|
|
|
type: string
|
|
|
|
label: 'Theme'
|
2013-03-29 17:55:22 +00:00
|
|
|
region:
|
|
|
|
type: string
|
|
|
|
label: 'Region'
|
|
|
|
weight:
|
|
|
|
type: integer
|
|
|
|
label: 'Weight'
|
2014-04-01 21:14:13 +00:00
|
|
|
provider:
|
2013-03-29 17:55:22 +00:00
|
|
|
type: string
|
2014-04-01 21:14:13 +00:00
|
|
|
label: 'Provider'
|
2013-03-29 17:55:22 +00:00
|
|
|
plugin:
|
|
|
|
type: string
|
|
|
|
label: 'Plugin'
|
|
|
|
settings:
|
2014-06-03 22:52:38 +00:00
|
|
|
type: block.settings.[%parent.plugin]
|
|
|
|
|
|
|
|
block.settings.*:
|
|
|
|
type: block_settings
|