diff --git a/core/modules/block/config/schema/block.schema.yml b/core/modules/block/config/schema/block.schema.yml index 2e89fe7..b097492 100644 --- a/core/modules/block/config/schema/block.schema.yml +++ b/core/modules/block/config/schema/block.schema.yml @@ -63,43 +63,46 @@ block.block.*: type: string label: 'Plugin' settings: - type: mapping - label: 'Block settings' - mapping: - label: - type: label - label: 'Description' - label_display: - type: string - label: 'Display title' - cache: - type: mapping - label: 'Cache settings' - mapping: - max_age: - type: integer - label: 'Maximum age' - contexts: - type: sequence - label: 'Vary by context' - sequence: - - type: string - label: 'Context' - status: - type: boolean - label: 'Status' - info: - type: label - label: 'Admin info' - view_mode: - type: string - label: 'View mode' - provider: - type: string - label: 'Provider' + type: block.plugin langcode: type: string label: 'Default language' dependencies: type: config_dependencies label: 'Dependencies' + +block.plugin: + type: mapping + label: 'Block settings' + mapping: + label: + type: label + label: 'Description' + label_display: + type: string + label: 'Display title' + cache: + type: mapping + label: 'Cache settings' + mapping: + max_age: + type: integer + label: 'Maximum age' + contexts: + type: sequence + label: 'Vary by context' + sequence: + - type: string + label: 'Context' + status: + type: boolean + label: 'Status' + info: + type: label + label: 'Admin info' + view_mode: + type: string + label: 'View mode' + provider: + type: string + label: 'Provider'