Skip to content
Snippets Groups Projects
Commit 99025a10 authored by Jess's avatar Jess
Browse files

Issue #2925651 by tim.plunkett: Config schema for \Drupal\Core\Block is wrongly in block.module

parent c53b64f6
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment