Issue #2925651 by tim.plunkett: Config schema for \Drupal\Core\Block is wrongly in block.module
parent
c53b64f6bc
commit
99025a1020
|
@ -284,6 +284,9 @@ config_entity:
|
|||
_core:
|
||||
type: _core_config_info
|
||||
|
||||
block.settings.*:
|
||||
type: block_settings
|
||||
|
||||
block_settings:
|
||||
type: mapping
|
||||
label: 'Block settings'
|
||||
|
|
|
@ -30,6 +30,3 @@ block.block.*:
|
|||
sequence:
|
||||
type: condition.plugin.[id]
|
||||
label: 'Visibility Condition'
|
||||
|
||||
block.settings.*:
|
||||
type: block_settings
|
||||
|
|
Loading…
Reference in New Issue