diff --git a/core/modules/block/config/schema/block.views.schema.yml b/core/modules/block/config/schema/block.views.schema.yml index 1ffe388f3287c8d5831689c84913b7045269fcf1..53affeb6a23a655c47c232e57b6df6f24cae9348 100644 --- a/core/modules/block/config/schema/block.views.schema.yml +++ b/core/modules/block/config/schema/block.views.schema.yml @@ -11,12 +11,13 @@ views.display.block: block_category: type: text label: 'Block category' - block_caching: - type: integer - label: 'Block caching' block_hide_empty: type: boolean label: 'Hide block if no result/empty text' allow: - type: boolean + type: mapping label: 'Allow' + mapping: + items_per_page: + type: boolean + label: 'Items per page' diff --git a/core/modules/comment/config/install/views.view.comments_recent.yml b/core/modules/comment/config/install/views.view.comments_recent.yml index 1e20f75e687841701d1d496e20cf38af6f63a265..f91f01a544e6940c9fe3e5b57af24d61edcbd8c6 100644 --- a/core/modules/comment/config/install/views.view.comments_recent.yml +++ b/core/modules/comment/config/install/views.view.comments_recent.yml @@ -1,8 +1,16 @@ -base_field: cid +langcode: en +status: true +dependencies: + module: + - comment +id: comments_recent +label: 'Recent comments' +module: views +description: 'Recent comments.' +tag: default base_table: comment +base_field: cid core: 8.x -description: 'Recent comments.' -status: true display: default: display_plugin: default @@ -220,6 +228,8 @@ display: content: 'No comments available.' tokenize: false plugin_id: text_custom + field_langcode: '***CURRENT_LANGUAGE***' + field_langcode_add_to_query: null block_1: display_plugin: block id: block_1 @@ -228,11 +238,7 @@ display: display_options: block_description: 'Recent comments' block_category: 'Lists (Views)' -label: 'Recent comments' -module: views -id: comments_recent -tag: default -langcode: en -dependencies: - module: - - comment + field_langcode: '***CURRENT_LANGUAGE***' + field_langcode_add_to_query: null + allow: + items_per_page: true diff --git a/core/modules/views/config/schema/views.data_types.schema.yml b/core/modules/views/config/schema/views.data_types.schema.yml index 1a02c0032d0cd53bb14bd7a2880416b195ab845d..a280d7309ff8621d5a3d98e93b364dc93c73d50a 100644 --- a/core/modules/views/config/schema/views.data_types.schema.yml +++ b/core/modules/views/config/schema/views.data_types.schema.yml @@ -262,6 +262,12 @@ views_display: hide_attachment_summary: type: boolean label: 'Hide attachments in summary' + field_langcode: + type: string + label: 'Field langcode' + field_langcode_add_to_query: + type: string + label: 'Add the field language to the query' views_sort: type: views_handler