diff --git a/core/modules/block/config/schema/block.views.schema.yml b/core/modules/block/config/schema/block.views.schema.yml deleted file mode 100644 index 53affeb..0000000 --- a/core/modules/block/config/schema/block.views.schema.yml +++ /dev/null @@ -1,23 +0,0 @@ -# Schema for the views plugins of the Block module. - - -views.display.block: - type: views_display - label: 'Block display options' - mapping: - block_description: - type: label - label: 'Block name' - block_category: - type: text - label: 'Block category' - block_hide_empty: - type: boolean - label: 'Hide block if no result/empty text' - allow: - type: mapping - label: 'Allow' - mapping: - items_per_page: - type: boolean - label: 'Items per page' diff --git a/core/modules/views/config/schema/views.display.schema.yml b/core/modules/views/config/schema/views.display.schema.yml index 626588b..212941b 100644 --- a/core/modules/views/config/schema/views.display.schema.yml +++ b/core/modules/views/config/schema/views.display.schema.yml @@ -60,6 +60,27 @@ views.display.page: type: string label: 'Menu name' +views.display.block: + type: views_display + label: 'Block display options' + mapping: + block_description: + type: label + label: 'Block name' + block_category: + type: text + label: 'Block category' + block_hide_empty: + type: boolean + label: 'Hide block if no result/empty text' + allow: + type: mapping + label: 'Allow' + mapping: + items_per_page: + type: boolean + label: 'Items per page' + views.display.feed: type: views_display_path label: 'Feed display options'