diff --git a/core/modules/action/tests/action_bulk_test/config/views.view.test_bulk_form.yml b/core/modules/action/tests/action_bulk_test/config/views.view.test_bulk_form.yml index 32cd83e..d41ad41 100644 --- a/core/modules/action/tests/action_bulk_test/config/views.view.test_bulk_form.yml +++ b/core/modules/action/tests/action_bulk_test/config/views.view.test_bulk_form.yml @@ -9,7 +9,7 @@ display: display_plugin: default id: default display_title: Master - position: '' + position: null display_options: access: type: perm @@ -147,7 +147,7 @@ display: display_plugin: page id: page_1 display_title: Page - position: '' + position: null display_options: path: test_bulk_form base_field: nid diff --git a/core/modules/aggregator/tests/modules/aggregator_test_views/test_views/views.view.test_aggregator_items.yml b/core/modules/aggregator/tests/modules/aggregator_test_views/test_views/views.view.test_aggregator_items.yml index 2d552d7..34ce767 100644 --- a/core/modules/aggregator/tests/modules/aggregator_test_views/test_views/views.view.test_aggregator_items.yml +++ b/core/modules/aggregator/tests/modules/aggregator_test_views/test_views/views.view.test_aggregator_items.yml @@ -8,7 +8,7 @@ display: display_plugin: default id: default display_title: Master - position: '' + position: null display_options: access: type: none @@ -154,7 +154,7 @@ display: display_plugin: feed id: feed_1 display_title: Feed - position: '' + position: null display_options: path: test-aggregator-items-feed row: diff --git a/core/modules/block/tests/modules/block_test_views/test_views/views.view.test_view_block.yml b/core/modules/block/tests/modules/block_test_views/test_views/views.view.test_view_block.yml index 756ec65..ce61f44 100644 --- a/core/modules/block/tests/modules/block_test_views/test_views/views.view.test_view_block.yml +++ b/core/modules/block/tests/modules/block_test_views/test_views/views.view.test_view_block.yml @@ -8,7 +8,7 @@ display: display_plugin: default id: default display_title: Master - position: '' + position: null display_options: access: type: perm @@ -37,7 +37,7 @@ display: display_plugin: block id: block_1 display_title: Block - position: '' + position: null display_options: field: title: diff --git a/core/modules/block/tests/modules/block_test_views/test_views/views.view.test_view_block2.yml b/core/modules/block/tests/modules/block_test_views/test_views/views.view.test_view_block2.yml index b9da508..938220e 100644 --- a/core/modules/block/tests/modules/block_test_views/test_views/views.view.test_view_block2.yml +++ b/core/modules/block/tests/modules/block_test_views/test_views/views.view.test_view_block2.yml @@ -8,7 +8,7 @@ display: display_plugin: default id: default display_title: Master - position: '' + position: null display_options: access: type: perm @@ -37,7 +37,7 @@ display: display_plugin: block id: block_1 display_title: Block - position: '' + position: null display_options: field: title: @@ -46,7 +46,7 @@ display: display_plugin: block id: block_2 display_title: Block - position: '' + position: null display_options: field: title: @@ -55,7 +55,7 @@ display: display_plugin: block id: block_3 display_title: Block - position: '' + position: null display_options: block_caching: 2 field: diff --git a/core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_rss.yml b/core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_rss.yml index dee7e83..58293ae 100644 --- a/core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_rss.yml +++ b/core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_rss.yml @@ -8,7 +8,7 @@ display: display_plugin: default id: default display_title: Master - position: '' + position: null display_options: access: type: perm @@ -57,7 +57,7 @@ display: display_plugin: feed id: feed_1 display_title: Feed - position: '' + position: null display_options: path: test-comment-rss label: test_comment_rss diff --git a/core/modules/config/lib/Drupal/config/Tests/DefaultConfigTest.php b/core/modules/config/lib/Drupal/config/Tests/DefaultConfigTest.php index 509325b..3a13c75 100644 --- a/core/modules/config/lib/Drupal/config/Tests/DefaultConfigTest.php +++ b/core/modules/config/lib/Drupal/config/Tests/DefaultConfigTest.php @@ -94,6 +94,10 @@ protected function checkValue($key, $value) { if ($type == 'string' && ($element instanceof StringInterface || $element instanceof Property)) { $success = TRUE; } + // Null values are allowed for all types. + if ($value === NULL) { + $success = TRUE; + } } else { // Hmmm? diff --git a/core/modules/content_translation/tests/modules/content_translation_test_views/test_views/views.view.test_entity_translations_link.yml b/core/modules/content_translation/tests/modules/content_translation_test_views/test_views/views.view.test_entity_translations_link.yml index 3d680e0..ddfb97d 100644 --- a/core/modules/content_translation/tests/modules/content_translation_test_views/test_views/views.view.test_entity_translations_link.yml +++ b/core/modules/content_translation/tests/modules/content_translation_test_views/test_views/views.view.test_entity_translations_link.yml @@ -8,7 +8,7 @@ display: display_plugin: default id: default display_title: Master - position: '' + position: null display_options: access: type: none @@ -96,7 +96,7 @@ display: display_plugin: page id: page_1 display_title: Page - position: '' + position: null display_options: path: test-entity-translations-link label: People diff --git a/core/modules/dblog/tests/modules/dblog_test_views/test_views/views.view.test_dblog.yml b/core/modules/dblog/tests/modules/dblog_test_views/test_views/views.view.test_dblog.yml index e05c0ef..94c0497 100644 --- a/core/modules/dblog/tests/modules/dblog_test_views/test_views/views.view.test_dblog.yml +++ b/core/modules/dblog/tests/modules/dblog_test_views/test_views/views.view.test_dblog.yml @@ -8,7 +8,7 @@ display: display_plugin: default id: default display_title: Master - position: '' + position: null display_options: access: type: none @@ -52,7 +52,7 @@ display: display_plugin: page id: page_1 display_title: Page - position: '' + position: null display_options: path: test-dblog label: test_dblog diff --git a/core/modules/entity_reference/tests/modules/entity_reference_test/config/views.view.test_entity_reference.yml b/core/modules/entity_reference/tests/modules/entity_reference_test/config/views.view.test_entity_reference.yml index 82c39d1..7f46a31 100644 --- a/core/modules/entity_reference/tests/modules/entity_reference_test/config/views.view.test_entity_reference.yml +++ b/core/modules/entity_reference/tests/modules/entity_reference_test/config/views.view.test_entity_reference.yml @@ -12,7 +12,7 @@ display: display_plugin: default id: default display_title: Master - position: '' + position: null display_options: access: type: perm @@ -68,7 +68,7 @@ display: display_plugin: entity_reference id: entity_reference_1 display_title: EntityReference - position: '' + position: null display_options: style: type: entity_reference diff --git a/core/modules/field/tests/modules/field_test_views/test_views/views.view.test_view_fieldapi.yml b/core/modules/field/tests/modules/field_test_views/test_views/views.view.test_view_fieldapi.yml index b370ab1..275aefb 100644 --- a/core/modules/field/tests/modules/field_test_views/test_views/views.view.test_view_fieldapi.yml +++ b/core/modules/field/tests/modules/field_test_views/test_views/views.view.test_view_fieldapi.yml @@ -35,7 +35,7 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 label: test_view_fieldapi id: test_view_fieldapi tag: default diff --git a/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageFieldsTest.php b/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageFieldsTest.php index 2719758..7eb9c07 100644 --- a/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageFieldsTest.php +++ b/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageFieldsTest.php @@ -402,7 +402,7 @@ function testLockedField() { 'bundle' => $this->type, ))->save(); entity_get_form_display('node', $this->type, 'default') - ->setComponent($field->id, array( + ->setComponent($field->name, array( 'type' => 'test_field_widget', )) ->save(); diff --git a/core/modules/file/config/schema/file.schema.yml b/core/modules/file/config/schema/file.schema.yml index fc837f2..fa34c7e 100644 --- a/core/modules/file/config/schema/file.schema.yml +++ b/core/modules/file/config/schema/file.schema.yml @@ -108,7 +108,7 @@ entity_form_display.field.file_generic: settings: type: mapping label: 'Settings' - mappping: + mapping: progress_indicator: type: string label: 'Progress indicator' diff --git a/core/modules/file/tests/modules/file_test_views/test_views/views.view.file_extension_view.yml b/core/modules/file/tests/modules/file_test_views/test_views/views.view.file_extension_view.yml index 02cc72c..fe65a09 100644 --- a/core/modules/file/tests/modules/file_test_views/test_views/views.view.file_extension_view.yml +++ b/core/modules/file/tests/modules/file_test_views/test_views/views.view.file_extension_view.yml @@ -49,7 +49,7 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 label: 'Test view for file extension views field handler' id: file_extension_view tag: '' diff --git a/core/modules/forum/tests/modules/forum_test_views/test_views/views.view.test_forum_index.yml b/core/modules/forum/tests/modules/forum_test_views/test_views/views.view.test_forum_index.yml index db09537..3c385ae 100644 --- a/core/modules/forum/tests/modules/forum_test_views/test_views/views.view.test_forum_index.yml +++ b/core/modules/forum/tests/modules/forum_test_views/test_views/views.view.test_forum_index.yml @@ -8,7 +8,7 @@ display: display_plugin: default id: default display_title: Master - position: '' + position: null display_options: access: type: none diff --git a/core/modules/link/config/schema/link.schema.yml b/core/modules/link/config/schema/link.schema.yml index 0269f5f..66bf8fa 100644 --- a/core/modules/link/config/schema/link.schema.yml +++ b/core/modules/link/config/schema/link.schema.yml @@ -18,10 +18,10 @@ entity_display.field.link: type: boolean label: 'Show URL as plain text' rel: - type: boolean + type: string label: 'Add rel="nofollow" to links' target: - type: boolean + type: string label: 'Open link in new window' entity_display.field.link_separate: @@ -36,10 +36,10 @@ entity_display.field.link_separate: type: integer label: 'Trim link text length' rel: - type: boolean + type: string label: 'Add rel="nofollow" to links' target: - type: boolean + type: string label: 'Open link in new window' entity_form_display.field.link_default: diff --git a/core/modules/locale/config/schema/locale.schema.yml b/core/modules/locale/config/schema/locale.schema.yml index 0d843a6..72b89e1 100644 --- a/core/modules/locale/config/schema/locale.schema.yml +++ b/core/modules/locale/config/schema/locale.schema.yml @@ -45,10 +45,3 @@ locale.settings: import_enabled: type: boolean label: 'Import enabled' - -locale.config.*.*.*: - type: sequence - label: 'Locale configuration' - sequence: - - type: string - label: 'Value' diff --git a/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_contextual_links.yml b/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_contextual_links.yml index 7d807a8..2615065 100644 --- a/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_contextual_links.yml +++ b/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_contextual_links.yml @@ -66,7 +66,7 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 page_1: display_options: path: node/%/contextual-links @@ -90,7 +90,7 @@ display: display_plugin: page display_title: Page id: page_1 - position: '1' + position: 1 label: Contextual links module: node id: test_contextual_links diff --git a/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_field_type.yml b/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_field_type.yml index 6113c52..a60b7b3 100644 --- a/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_field_type.yml +++ b/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_field_type.yml @@ -15,7 +15,7 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 label: '' id: test_field_type tag: '' diff --git a/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_filter_node_uid_revision.yml b/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_filter_node_uid_revision.yml index 2d81672..76f3bd9 100644 --- a/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_filter_node_uid_revision.yml +++ b/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_filter_node_uid_revision.yml @@ -55,7 +55,7 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 label: test_filter_node_uid_revision id: test_filter_node_uid_revision tag: default diff --git a/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_bulk_form.yml b/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_bulk_form.yml index e0748bc..fa63477 100644 --- a/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_bulk_form.yml +++ b/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_bulk_form.yml @@ -8,7 +8,7 @@ display: display_plugin: default id: default display_title: Master - position: '' + position: null display_options: style: type: table @@ -39,7 +39,7 @@ display: display_plugin: page id: page_1 display_title: Page - position: '' + position: null display_options: path: test-node-bulk-form label: '' diff --git a/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_revision_nid.yml b/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_revision_nid.yml index 24ca887..fae1b18 100644 --- a/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_revision_nid.yml +++ b/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_revision_nid.yml @@ -42,4 +42,4 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 diff --git a/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_revision_vid.yml b/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_revision_vid.yml index 581aa2b..7871029 100644 --- a/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_revision_vid.yml +++ b/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_revision_vid.yml @@ -42,4 +42,4 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 diff --git a/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_view.yml b/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_view.yml index 9979d17..b1a8931 100644 --- a/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_view.yml +++ b/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_view.yml @@ -8,14 +8,14 @@ display: display_plugin: page id: page_1 display_title: Page - position: '' + position: null display_options: path: test-node-view default: display_plugin: default id: default display_title: Master - position: '' + position: null display_options: access: type: perm diff --git a/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_status_extra.yml b/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_status_extra.yml index 1944f59..2590855 100644 --- a/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_status_extra.yml +++ b/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_status_extra.yml @@ -9,7 +9,7 @@ display: display_plugin: default id: default display_title: Master - position: '' + position: null display_options: access: type: perm @@ -133,7 +133,7 @@ display: display_plugin: page display_title: Page id: page_1 - position: '0' + position: 0 base_field: nid status: '1' module: views diff --git a/core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_display_entity.yml b/core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_display_entity.yml index 60491c4..98ec072 100644 --- a/core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_display_entity.yml +++ b/core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_display_entity.yml @@ -9,7 +9,7 @@ display: display_plugin: default id: default display_title: Master - position: '' + position: null display_options: access: type: perm @@ -39,7 +39,7 @@ display: display_plugin: rest_export id: rest_export_1 display_title: serializer - position: '' + position: null display_options: defaults: access: false diff --git a/core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_display_field.yml b/core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_display_field.yml index 8bad253..33f6c94 100644 --- a/core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_display_field.yml +++ b/core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_display_field.yml @@ -9,7 +9,7 @@ display: display_plugin: default id: default display_title: Master - position: '' + position: null display_options: access: type: perm @@ -67,7 +67,7 @@ display: display_plugin: rest_export id: rest_export_1 display_title: serializer - position: '' + position: null display_options: defaults: access: false @@ -84,7 +84,7 @@ display: display_plugin: rest_export id: rest_export_2 display_title: 'serialize - access denied' - position: '' + position: null display_options: defaults: access: false diff --git a/core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_node_display_field.yml b/core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_node_display_field.yml index 34a2d01..aa44af0 100644 --- a/core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_node_display_field.yml +++ b/core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_node_display_field.yml @@ -9,7 +9,7 @@ display: display_plugin: default id: default display_title: Master - position: '' + position: null display_options: access: type: perm @@ -101,7 +101,7 @@ display: display_plugin: rest_export id: rest_export_1 display_title: serializer - position: '' + position: null display_options: defaults: access: false diff --git a/core/modules/statistics/tests/modules/statistics_test_views/test_views/views.view.test_statistics_integration.yml b/core/modules/statistics/tests/modules/statistics_test_views/test_views/views.view.test_statistics_integration.yml index a35c77d..74b5ceb 100644 --- a/core/modules/statistics/tests/modules/statistics_test_views/test_views/views.view.test_statistics_integration.yml +++ b/core/modules/statistics/tests/modules/statistics_test_views/test_views/views.view.test_statistics_integration.yml @@ -9,7 +9,7 @@ display: display_plugin: default id: default display_title: Master - position: '' + position: null display_options: access: type: perm @@ -235,7 +235,7 @@ display: display_plugin: page id: page_1 display_title: Page - position: '' + position: null display_options: path: test_statistics_integration label: 'Test statistics integration' diff --git a/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_filter_taxonomy_index_tid.yml b/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_filter_taxonomy_index_tid.yml index 0173f9d..0914a5f 100644 --- a/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_filter_taxonomy_index_tid.yml +++ b/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_filter_taxonomy_index_tid.yml @@ -8,7 +8,7 @@ display: display_plugin: default id: default display_title: Master - position: '1' + position: 1 display_options: access: type: perm diff --git a/core/modules/tracker/tests/modules/tracker_test_views/test_views/views.view.test_tracker_user_uid.yml b/core/modules/tracker/tests/modules/tracker_test_views/test_views/views.view.test_tracker_user_uid.yml index c76e236..1182ff5 100644 --- a/core/modules/tracker/tests/modules/tracker_test_views/test_views/views.view.test_tracker_user_uid.yml +++ b/core/modules/tracker/tests/modules/tracker_test_views/test_views/views.view.test_tracker_user_uid.yml @@ -8,7 +8,7 @@ display: display_plugin: default id: default display_title: Master - position: '' + position: null display_options: access: type: perm diff --git a/core/modules/update/config/schema/update.schema.yml b/core/modules/update/config/schema/update.schema.yml index cc6e6cd..c9d80a3 100644 --- a/core/modules/update/config/schema/update.schema.yml +++ b/core/modules/update/config/schema/update.schema.yml @@ -38,5 +38,5 @@ update.settings: - type: email label: 'E-mail' threshold: - type: integer + type: string label: 'E-mail notification threshold' diff --git a/core/modules/update/config/update.settings.yml b/core/modules/update/config/update.settings.yml index 031c1ef..409b4fd 100644 --- a/core/modules/update/config/update.settings.yml +++ b/core/modules/update/config/update.settings.yml @@ -7,4 +7,4 @@ fetch: timeout: 5 notification: emails: { } - threshold: 0 + threshold: 'all' diff --git a/core/modules/user/config/views.view.who_s_new.yml b/core/modules/user/config/views.view.who_s_new.yml index 3ca47b3..b0042ca 100644 --- a/core/modules/user/config/views.view.who_s_new.yml +++ b/core/modules/user/config/views.view.who_s_new.yml @@ -8,7 +8,7 @@ display: display_plugin: block id: block_1 display_title: 'Who''s new' - position: '1' + position: 1 display_options: display_description: 'A list of new users' block_description: 'Who''s new' @@ -17,7 +17,7 @@ display: display_plugin: default id: default display_title: Master - position: '1' + position: 1 display_options: access: type: perm diff --git a/core/modules/user/config/views.view.who_s_online.yml b/core/modules/user/config/views.view.who_s_online.yml index 898de16..951830f 100644 --- a/core/modules/user/config/views.view.who_s_online.yml +++ b/core/modules/user/config/views.view.who_s_online.yml @@ -8,7 +8,7 @@ display: display_plugin: default id: default display_title: Master - position: '1' + position: 1 display_options: access: type: perm @@ -184,7 +184,7 @@ display: display_plugin: block id: who_s_online_block display_title: 'Who''s online' - position: '1' + position: 1 display_options: block_description: 'Who''s online' display_description: 'A list of users that are currently logged in.' diff --git a/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_access_perm.yml b/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_access_perm.yml index bd1ed72..3505caa 100644 --- a/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_access_perm.yml +++ b/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_access_perm.yml @@ -22,7 +22,7 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 label: '' id: test_access_perm tag: '' diff --git a/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_access_role.yml b/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_access_role.yml index f971f75..daa39d4 100644 --- a/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_access_role.yml +++ b/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_access_role.yml @@ -26,14 +26,14 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 page_1: display_options: path: test-role display_plugin: page display_title: Page id: page_1 - position: '1' + position: 1 label: '' id: test_access_role tag: '' diff --git a/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_field_permission.yml b/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_field_permission.yml index 94f587d..79ce551 100644 --- a/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_field_permission.yml +++ b/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_field_permission.yml @@ -8,7 +8,7 @@ display: display_plugin: default id: default display_title: Master - position: '' + position: null display_options: access: type: none diff --git a/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_filter_permission.yml b/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_filter_permission.yml index ef1fd1c..b16cb3e 100644 --- a/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_filter_permission.yml +++ b/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_filter_permission.yml @@ -8,7 +8,7 @@ display: display_plugin: default id: default display_title: Master - position: '' + position: null display_options: access: type: none diff --git a/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_plugin_argument_default_current_user.yml b/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_plugin_argument_default_current_user.yml index dede313..1a3362f 100644 --- a/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_plugin_argument_default_current_user.yml +++ b/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_plugin_argument_default_current_user.yml @@ -51,7 +51,7 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 label: '' id: test_plugin_argument_default_current_user tag: '' diff --git a/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_bulk_form.yml b/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_bulk_form.yml index d6c7538..3327603 100644 --- a/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_bulk_form.yml +++ b/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_bulk_form.yml @@ -8,7 +8,7 @@ display: display_plugin: default id: default display_title: Master - position: '' + position: null display_options: style: type: table @@ -48,7 +48,7 @@ display: display_plugin: page id: page_1 display_title: Page - position: '' + position: null display_options: path: test-user-bulk-form label: '' diff --git a/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_data.yml b/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_data.yml index 725724d..f1a785c 100644 --- a/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_data.yml +++ b/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_data.yml @@ -8,7 +8,7 @@ display: display_plugin: default id: default display_title: Master - position: '' + position: null display_options: access: type: perm diff --git a/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_name.yml b/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_name.yml index 0d2985c..b1efe81 100644 --- a/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_name.yml +++ b/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_name.yml @@ -41,14 +41,14 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 page_1: display_options: path: test_user_name display_plugin: page display_title: Page id: page_1 - position: '0' + position: 0 label: '' id: test_user_name tag: '' diff --git a/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_relationship.yml b/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_relationship.yml index ff0c37b..56e1a0b 100644 --- a/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_relationship.yml +++ b/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_relationship.yml @@ -101,7 +101,7 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 label: test_user_relationship id: test_user_relationship tag: default diff --git a/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_uid_argument.yml b/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_uid_argument.yml index 66f162e..388d154 100644 --- a/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_uid_argument.yml +++ b/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_uid_argument.yml @@ -24,6 +24,6 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 label: null id: test_user_uid_argument diff --git a/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_view_argument_validate_user.yml b/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_view_argument_validate_user.yml index eb11808..c429718 100644 --- a/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_view_argument_validate_user.yml +++ b/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_view_argument_validate_user.yml @@ -32,7 +32,7 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 label: '' id: test_view_argument_validate_user tag: '' diff --git a/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_views_handler_field_role.yml b/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_views_handler_field_role.yml index 3e333a9..c3b3258 100644 --- a/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_views_handler_field_role.yml +++ b/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_views_handler_field_role.yml @@ -8,7 +8,7 @@ display: display_plugin: default id: default display_title: Master - position: '' + position: null display_options: access: type: perm @@ -151,7 +151,7 @@ display: display_plugin: page id: page_1 display_title: Page - position: '' + position: null display_options: path: test-views-handler-field-role label: test_views_handler_field_role diff --git a/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_views_handler_field_user_name.yml b/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_views_handler_field_user_name.yml index c68cde3..8011988 100644 --- a/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_views_handler_field_user_name.yml +++ b/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_views_handler_field_user_name.yml @@ -45,7 +45,7 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 label: test_views_handler_field_user_name id: test_views_handler_field_user_name tag: default diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_access_none.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_access_none.yml index 8cfa8c2..2ae3b71 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_access_none.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_access_none.yml @@ -20,7 +20,7 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 label: '' id: test_access_none tag: '' diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_aggregate_count.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_aggregate_count.yml index 5f7c897..f91f67d 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_aggregate_count.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_aggregate_count.yml @@ -54,7 +54,7 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 label: '' id: test_aggregate_count tag: '' diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_ajax_view.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_ajax_view.yml index 0bc6418..ba7ce22 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_ajax_view.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_ajax_view.yml @@ -51,14 +51,14 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 page_1: display_options: path: test_ajax_view display_plugin: page display_title: Page id: page_1 - position: '1' + position: 1 label: 'Test ajax view' id: test_ajax_view tag: '' diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_alias.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_alias.yml index 4baf989..89e3955 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_alias.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_alias.yml @@ -83,7 +83,7 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 label: test_alias module: views id: test_alias diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_area_title.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_area_title.yml index 6da4540..219bc95 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_area_title.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_area_title.yml @@ -43,7 +43,7 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 page_1: display_options: defaults: @@ -60,7 +60,7 @@ display: display_plugin: page display_title: 'Page 1' id: page_1 - position: '1' + position: 1 label: '' id: test_area_title tag: '' diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_area_view.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_area_view.yml index ffd5173..c6fd478 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_area_view.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_area_view.yml @@ -44,7 +44,7 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 label: '' id: test_area_view tag: '' diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_date.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_date.yml index 726961e..5e3ffad 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_date.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_date.yml @@ -42,7 +42,7 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 embed_1: display_options: defaults: diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_default_current_user.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_default_current_user.yml index 96b1974..cb14c2f 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_default_current_user.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_default_current_user.yml @@ -50,7 +50,7 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 label: '' id: test_argument_default_current_user tag: '' diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_default_fixed.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_default_fixed.yml index d71ac66..703d355 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_default_fixed.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_default_fixed.yml @@ -53,7 +53,7 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 label: '' id: test_argument_default_fixed tag: '' diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_attachment_ui.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_attachment_ui.yml index 11ddd6c..ca105c1 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_attachment_ui.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_attachment_ui.yml @@ -29,24 +29,24 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 attachment_1: display_plugin: attachment display_title: Attachment id: attachment_1 - position: '1' + position: 1 page_1: display_plugin: page display_title: Page display_options: path: test_attachment_ui id: page_1 - position: '2' + position: 2 feed_1: display_plugin: feed id: feed_1 display_title: Feed - position: '3' + position: 3 display_options: pager: type: some diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_cache.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_cache.yml index 7d10bc4..c5fb87e 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_cache.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_cache.yml @@ -7,7 +7,7 @@ display: display_plugin: default id: default display_title: Master - position: '0' + position: 0 display_options: fields: id: diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_click_sort.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_click_sort.yml index 2dfc632..32d25cf 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_click_sort.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_click_sort.yml @@ -44,14 +44,14 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 page_1: display_options: path: test_click_sort display_plugin: page display_title: Page id: page_1 - position: '0' + position: 0 label: { } id: test_click_sort tag: '' diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_destroy.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_destroy.yml index 060b7e5..dfe9d4c 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_destroy.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_destroy.yml @@ -13,7 +13,7 @@ display: display_plugin: attachment display_title: Attachment id: attachment_1 - position: '0' + position: 0 attachment_2: display_options: displays: @@ -24,7 +24,7 @@ display: display_plugin: attachment display_title: Attachment id: attachment_2 - position: '0' + position: 0 default: display_options: access: @@ -186,14 +186,14 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 page_1: display_options: path: test_destroy display_plugin: page display_title: Page id: page_1 - position: '0' + position: 0 label: '' id: test_destroy tag: '' diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display.yml index a223987..8ef1774 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display.yml @@ -31,7 +31,7 @@ display: display_plugin: block display_title: Block id: block_1 - position: '2' + position: 2 default: display_options: access: @@ -80,14 +80,14 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 page_1: display_options: path: test-display display_plugin: page display_title: Page id: page_1 - position: '1' + position: 1 label: '' id: test_display tag: '' diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_attachment.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_attachment.yml index 7026ac1..82f3ff1 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_attachment.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_attachment.yml @@ -8,7 +8,7 @@ display: display_plugin: default id: default display_title: Master - position: '' + position: null display_options: access: type: perm @@ -50,14 +50,14 @@ display: display_plugin: page id: page_1 display_title: Page - position: '1' + position: 1 display_options: path: test-display-attachment attachment_1: display_plugin: attachment id: attachment_1 display_title: Attachment - position: '2' + position: 2 display_options: displays: page_1: page_1 diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_defaults.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_defaults.yml index 11b33fa..64af2b0 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_defaults.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_defaults.yml @@ -8,7 +8,7 @@ display: display_plugin: default id: default display_title: Master - position: '' + position: null display_options: access: type: none diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_empty.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_empty.yml index eda6f84..ea6659e 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_empty.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_empty.yml @@ -37,7 +37,7 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 label: '' langcode: en id: test_display_empty diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_invalid.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_invalid.yml index db6ed33..fa7f524 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_invalid.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_invalid.yml @@ -17,19 +17,19 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 page_1: display_options: path: test_display_invalid display_plugin: page display_title: Page id: page_1 - position: '0' + position: 0 block_1: display_plugin: block id: block_1 display_title: Block - position: '1' + position: 1 label: '' id: test_display_invalid tag: '' diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_more.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_more.yml index 82d616d..2ad1e31 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_more.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_more.yml @@ -39,12 +39,12 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 page_1: display_plugin: page id: page_1 display_title: Page - position: '1' + position: 1 display_options: path: test_display_more label: 'Test display more' diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_dropbutton.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_dropbutton.yml index 98d0d72..e83d67b 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_dropbutton.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_dropbutton.yml @@ -8,7 +8,7 @@ display: display_plugin: default id: default display_title: Master - position: '' + position: null display_options: access: type: perm @@ -226,7 +226,7 @@ display: display_plugin: page id: page_1 display_title: Page - position: '' + position: null display_options: path: test-dropbutton field: diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_area.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_area.yml index 5d06868..d61b746 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_area.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_area.yml @@ -51,7 +51,7 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 label: '' id: test_entity_area tag: '' diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_row.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_row.yml index dc66a1f..34e2ec8 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_row.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_row.yml @@ -23,7 +23,7 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 label: '' id: test_entity_row tag: '' diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_type_filter.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_type_filter.yml index 9babc1c..a9873c2 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_type_filter.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_type_filter.yml @@ -7,7 +7,7 @@ display: display_plugin: default id: default display_title: Master - position: '0' + position: 0 display_options: fields: nid: diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_example_area.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_example_area.yml index 2b94cc1..8005d4f 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_example_area.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_example_area.yml @@ -33,7 +33,7 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 label: { } id: test_example_area tag: '' diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_executable_displays.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_executable_displays.yml index 9694314..71d5dc5 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_executable_displays.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_executable_displays.yml @@ -7,17 +7,17 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 page_1: display_plugin: page display_title: Page id: page_1 - position: '1' + position: 1 page_2: display_plugin: page display_title: 'Page 2' id: page_2 - position: '2' + position: 2 display_options: defaults: style: '0' diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_admin_ui.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_admin_ui.yml index 1c993fb..c7779af 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_admin_ui.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_admin_ui.yml @@ -84,14 +84,14 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 page_1: display_options: path: test_exposed_admin_ui display_plugin: page display_title: Page id: page_1 - position: '0' + position: 0 label: '' id: test_exposed_admin_ui tag: '' diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_block.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_block.yml index 0528a1d..ebda91d 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_block.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_block.yml @@ -42,7 +42,7 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 page_1: display_options: path: test_exposed_block @@ -50,7 +50,7 @@ display: display_plugin: page display_title: Page id: page_1 - position: '0' + position: 0 label: '' id: test_exposed_block tag: '' diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_form.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_form.yml index 066da94..cde0aee 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_form.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_form.yml @@ -20,7 +20,7 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 label: '' id: test_exposed_form tag: '' diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_form_buttons.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_form_buttons.yml index c55bf66..c8fefdb 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_form_buttons.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_form_buttons.yml @@ -42,14 +42,14 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 page_1: display_options: path: test_exposed_form_buttons display_plugin: page display_title: Page id: page_1 - position: '0' + position: 0 label: '' id: test_exposed_form_buttons tag: '' diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_feed_display.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_feed_display.yml index 1c82fa3..bdf04ce 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_feed_display.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_feed_display.yml @@ -68,7 +68,7 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 feed_1: display_options: displays: { } @@ -83,14 +83,14 @@ display: display_plugin: feed display_title: Feed id: feed_1 - position: '0' + position: 0 page: display_options: path: test-feed-display display_plugin: page display_title: Page id: page - position: '0' + position: 0 label: test_feed_display module: views id: test_feed_display diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_classes.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_classes.yml index 4f0a5e2..b439bd9 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_classes.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_classes.yml @@ -21,14 +21,14 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 page_1: display_options: path: test_field_classes display_plugin: page display_title: Page id: page_1 - position: '0' + position: 0 label: { } id: test_field_classes tag: '' diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_get_entity.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_get_entity.yml index cac8aad..3b634c6 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_get_entity.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_get_entity.yml @@ -67,7 +67,7 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 label: test_field_get_entity id: test_field_get_entity tag: default diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_output.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_output.yml index 74f7e59..ba5b139 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_output.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_output.yml @@ -21,7 +21,7 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 label: '' id: test_field_output tag: '' diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_tokens.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_tokens.yml index 5bb6c56..117559e 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_tokens.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_tokens.yml @@ -47,6 +47,6 @@ display: display_plugin: default display_title: Defaults id: default - position: '0' + position: 0 id: test_field_tokens tag: '' diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter.yml index cfd3c6f..f202916 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter.yml @@ -38,6 +38,6 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 label: 'Test filters' id: test_filter diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter_date_between.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter_date_between.yml index 384dd7e..5eefe8f 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter_date_between.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter_date_between.yml @@ -38,7 +38,7 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 label: '' id: test_filter_date_between tag: '' diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter_group_override.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter_group_override.yml index 99356cd..ca95b6b 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter_group_override.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter_group_override.yml @@ -44,14 +44,14 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 page_1: display_options: path: test display_plugin: page display_title: Page id: page_1 - position: '0' + position: 0 label: test_filter_group_override id: test_filter_group_override tag: default diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter_groups.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter_groups.yml index 0975e42..b0ef217 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter_groups.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter_groups.yml @@ -77,7 +77,7 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 page: display_options: defaults: @@ -120,7 +120,7 @@ display: display_plugin: page display_title: Page id: page - position: '0' + position: 0 label: test_filter_groups id: test_filter_groups tag: default diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter_in_operator_ui.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter_in_operator_ui.yml index f10f25c..8473c13 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter_in_operator_ui.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter_in_operator_ui.yml @@ -34,7 +34,7 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 label: '' id: test_filter_in_operator_ui tag: '' diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_get_attach_displays.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_get_attach_displays.yml index 94c777c..79c4473 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_get_attach_displays.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_get_attach_displays.yml @@ -9,7 +9,7 @@ display: display_plugin: default id: default display_title: Master - position: '' + position: null display_options: access: type: perm @@ -75,14 +75,14 @@ display: display_plugin: page id: page_1 display_title: Page - position: '' + position: null display_options: path: test-get-attach-displays feed_1: display_plugin: feed id: feed_1 display_title: Feed - position: '' + position: null display_options: pager: type: some @@ -98,7 +98,7 @@ display: display_plugin: feed id: feed_2 display_title: 'Feed 2' - position: '' + position: null display_options: displays: default: default diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_glossary.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_glossary.yml index 41875e8..ec0ea2f 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_glossary.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_glossary.yml @@ -45,7 +45,7 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 label: test_glossary id: test_glossary tag: default diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_grid.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_grid.yml index a8d9579..70cb460 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_grid.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_grid.yml @@ -58,14 +58,14 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 page_1: display_options: path: test-grid display_plugin: page display_title: 'Page display' id: page_1 - position: '1' + position: 1 label: '' id: test_grid tag: '' diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_group_by_count.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_group_by_count.yml index 4bf96e3..7b71624 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_group_by_count.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_group_by_count.yml @@ -55,7 +55,7 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 label: '' id: test_group_by_count tag: '' diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_group_by_in_filters.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_group_by_in_filters.yml index 46cdd57..198d94e 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_group_by_in_filters.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_group_by_in_filters.yml @@ -49,7 +49,7 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 label: '' id: test_group_by_in_filters tag: '' diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_handler_relationships.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_handler_relationships.yml index 4d9f7d8..9f62495 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_handler_relationships.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_handler_relationships.yml @@ -29,7 +29,7 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 label: '' id: test_handler_relationships tag: '' diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_handler_test_access.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_handler_test_access.yml index 2a1a649..ce49309 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_handler_test_access.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_handler_test_access.yml @@ -58,5 +58,5 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 id: test_handler_test_access diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_history.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_history.yml index f2791fc..171b42e 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_history.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_history.yml @@ -8,7 +8,7 @@ display: display_plugin: default id: default display_title: Master - position: '' + position: null display_options: access: type: perm @@ -119,7 +119,7 @@ display: display_plugin: page id: page_1 display_title: 'Page without new filter' - position: '' + position: null display_options: display_description: '' path: test-without-history @@ -127,7 +127,7 @@ display: display_plugin: page id: page_2 display_title: 'Page with new filter' - position: '' + position: null display_options: display_description: '' path: test-with-history diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_http_status_code.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_http_status_code.yml index 56ccb7c..7676093 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_http_status_code.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_http_status_code.yml @@ -8,7 +8,7 @@ display: display_plugin: default id: default display_title: Master - position: '' + position: null display_options: access: type: perm @@ -72,7 +72,7 @@ display: display_plugin: page id: page_1 display_title: Page - position: '' + position: null display_options: path: test-http-status-code label: test_http_status_code diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_mini_pager.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_mini_pager.yml index 484055c..d1f5552 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_mini_pager.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_mini_pager.yml @@ -9,7 +9,7 @@ display: display_plugin: default id: default display_title: Master - position: '' + position: null display_options: access: type: perm @@ -82,14 +82,14 @@ display: display_plugin: page id: page_1 display_title: Page - position: '' + position: null display_options: path: test_mini_pager page_2: display_plugin: page id: page_2 display_title: Page - position: '' + position: null display_options: path: test_mini_pager_one defaults: @@ -102,7 +102,7 @@ display: display_plugin: page id: page_3 display_title: Page - position: '' + position: null display_options: path: test_mini_pager_all defaults: diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display.yml index d090123..d83c987 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display.yml @@ -21,28 +21,28 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 page_1: display_options: path: test_page_display_403 display_plugin: page display_title: Page id: page_1 - position: '1' + position: 1 page_2: display_options: path: test_page_display_404 display_plugin: page display_title: Page id: page_2 - position: '2' + position: 2 page_3: display_options: path: test_page_display_200 display_plugin: page display_title: Page id: page_3 - position: '3' + position: 3 label: '' id: test_page_display tag: '' diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display_arguments.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display_arguments.yml index 16402ec..f9963de 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display_arguments.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display_arguments.yml @@ -21,14 +21,14 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 page_1: display_options: path: test_route_without_arguments display_plugin: page display_title: Page id: page_1 - position: '0' + position: 0 page_2: display_options: defaults: @@ -45,7 +45,7 @@ display: display_plugin: page display_title: Page id: page_2 - position: '0' + position: 0 page_3: display_options: defaults: @@ -62,7 +62,7 @@ display: display_plugin: page display_title: Page id: page_3 - position: '0' + position: 0 page_4: display_options: defaults: @@ -86,7 +86,7 @@ display: display_plugin: page display_title: Page id: page_4 - position: '0' + position: 0 label: '' id: test_page_display_arguments tag: '' diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display_menu.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display_menu.yml index 687e1c2..1d1911b 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display_menu.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display_menu.yml @@ -21,7 +21,7 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 page_1: display_options: path: test_page_display_menu/default @@ -44,7 +44,7 @@ display: display_plugin: page display_title: Page id: page_1 - position: '0' + position: 0 page_2: display_options: path: test_page_display_menu/local @@ -61,7 +61,7 @@ display: display_plugin: page display_title: Page id: page_2 - position: '0' + position: 0 label: 'Test page menu' id: test_page_display_menu tag: '' diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display_route.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display_route.yml index a827e87..281b2fc 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display_route.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display_route.yml @@ -21,14 +21,14 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 page_1: display_options: path: test_route_without_arguments display_plugin: page display_title: Page id: page_1 - position: '0' + position: 0 page_2: display_options: defaults: @@ -45,7 +45,7 @@ display: display_plugin: page display_title: Page id: page_2 - position: '0' + position: 0 page_3: display_options: defaults: @@ -62,7 +62,7 @@ display: display_plugin: page display_title: Page id: page_3 - position: '0' + position: 0 page_4: display_options: defaults: @@ -86,7 +86,7 @@ display: display_plugin: page display_title: Page id: page_4 - position: '0' + position: 0 page_5: display_options: defaults: @@ -110,7 +110,7 @@ display: display_plugin: page display_title: Page id: page_5 - position: '0' + position: 0 page_6: display_options: defaults: @@ -134,7 +134,7 @@ display: display_plugin: page display_title: Page id: page_6 - position: '0' + position: 0 page_7: display_options: defaults: @@ -145,7 +145,7 @@ display: display_plugin: page display_title: Page id: page_7 - position: '0' + position: 0 label: '' id: test_page_display_route tag: '' diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_view.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_view.yml index 39608d6..3ab4cb9 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_view.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_view.yml @@ -21,7 +21,7 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 page_1: display_plugin: page display_title: 'Test page view' diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_pager_full.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_pager_full.yml index b93e53d..803ee26 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_pager_full.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_pager_full.yml @@ -24,7 +24,7 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 label: '' id: test_pager_full tag: '' diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_pager_none.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_pager_none.yml index 999f40d..0a3c918 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_pager_none.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_pager_none.yml @@ -20,7 +20,7 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 label: '' id: test_pager_none tag: '' diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_pager_some.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_pager_some.yml index 2ec3439..952b90e 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_pager_some.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_pager_some.yml @@ -23,7 +23,7 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 label: '' id: test_pager_some tag: '' diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_preview.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_preview.yml index 920ed7d..bac7301 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_preview.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_preview.yml @@ -8,7 +8,7 @@ display: display_plugin: default id: default display_title: Master - position: '' + position: null display_options: access: type: perm diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_redirect_view.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_redirect_view.yml index 12e38fa..0f8d35e 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_redirect_view.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_redirect_view.yml @@ -9,7 +9,7 @@ display: display_plugin: default id: default display_title: Master - position: '' + position: null display_options: access: type: perm @@ -75,7 +75,7 @@ display: display_plugin: page id: page_1 display_title: Page - position: '' + position: null display_options: path: test-redirect-view base_field: nid diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_simple_argument.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_simple_argument.yml index 5e9220d..ff1f938 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_simple_argument.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_simple_argument.yml @@ -83,7 +83,7 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 label: '' id: test_simple_argument tag: '' diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_store_pager_settings.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_store_pager_settings.yml index a0ea018..340827b 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_store_pager_settings.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_store_pager_settings.yml @@ -20,7 +20,7 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 label: '' id: test_store_pager_settings tag: '' diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_style_mapping.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_style_mapping.yml index 9cac36f..2f4cb9c 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_style_mapping.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_style_mapping.yml @@ -59,7 +59,7 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 label: '' id: test_style_mapping tag: '' diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_table.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_table.yml index 8957262..159b4f6 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_table.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_table.yml @@ -105,14 +105,14 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 page_1: display_options: path: test-table display_plugin: page display_title: 'Page display' id: page_1 - position: '1' + position: 1 label: '' id: test_table tag: '' diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_tag_cache.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_tag_cache.yml index f81b53e..c1df594 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_tag_cache.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_tag_cache.yml @@ -97,7 +97,7 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 label: '' id: test_tag_cache tag: '' diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_tokens.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_tokens.yml index 2867aa9..a9c55df 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_tokens.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_tokens.yml @@ -43,12 +43,12 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 page_1: id: page_1 display_title: Page display_plugin: page - position: '1' + position: 1 display_options: defaults: title: '0' diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view.yml index 1f47740..df3bbe2 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view.yml @@ -49,7 +49,7 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 label: 'Test view' id: test_view tag: '' diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_argument_validate_numeric.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_argument_validate_numeric.yml index 2cb8d4f..61379cd 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_argument_validate_numeric.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_argument_validate_numeric.yml @@ -32,7 +32,7 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 label: '' id: test_view_argument_validate_numeric tag: '' diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_argument_validate_php.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_argument_validate_php.yml index de1e187..871206d 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_argument_validate_php.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_argument_validate_php.yml @@ -32,7 +32,7 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 label: '' id: test_view_argument_validate_php tag: '' diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_broken.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_broken.yml index e5870e5..b51f6b3 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_broken.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_broken.yml @@ -83,7 +83,7 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 label: 'Test view' id: test_view_broken tag: '' diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_delete.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_delete.yml index 70c6027..b27a2e3 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_delete.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_delete.yml @@ -22,7 +22,7 @@ display: display_plugin: default display_title: Defaults id: default - position: '0' + position: 0 label: test_view_delete id: test_view_delete tag: '' diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_display_template.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_display_template.yml index f005f00..cac0438 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_display_template.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_display_template.yml @@ -8,7 +8,7 @@ display: display_plugin: default id: default display_title: Master - position: '1' + position: 1 display_options: access: { } cache: { } diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_empty.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_empty.yml index 9504a9f..75cbfe6 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_empty.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_empty.yml @@ -26,7 +26,7 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 label: '' id: test_view_empty tag: '' diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_handler_weight.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_handler_weight.yml index e7b0d0a..089e80b 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_handler_weight.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_handler_weight.yml @@ -70,7 +70,7 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 label: '' id: test_view_handler_weight tag: '' diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_optional.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_optional.yml index 36bf93e..de319fe 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_optional.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_optional.yml @@ -91,7 +91,7 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 label: 'Test view' id: test_view_optional tag: '' diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_pager_full_zero_items_per_page.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_pager_full_zero_items_per_page.yml index f563ed8..baa376a 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_pager_full_zero_items_per_page.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_pager_full_zero_items_per_page.yml @@ -42,7 +42,7 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 label: '' id: test_view_pager_full_zero_items_per_page tag: '' diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_render.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_render.yml index 320d835..2631533 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_render.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_render.yml @@ -51,7 +51,7 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 label: '' id: test_view_render tag: '' diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_status.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_status.yml index 88ede15..e2e0206 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_status.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_status.yml @@ -9,7 +9,7 @@ display: display_plugin: default id: default display_title: Master - position: '' + position: null base_field: id status: '0' module: views diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_storage.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_storage.yml index 7a431c8..7cf6c19 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_storage.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_storage.yml @@ -31,12 +31,12 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 page_1: id: page_1 display_title: Page display_plugin: page - position: '1' + position: 1 display_options: query: type: views_query @@ -46,7 +46,7 @@ display: id: block_1 display_title: Block display_plugin: block - position: '2' + position: 2 display_options: query: type: views_query diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_views_groupby_save.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_views_groupby_save.yml index e17bdf4..9104e91 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_views_groupby_save.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_views_groupby_save.yml @@ -27,7 +27,7 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 label: '' id: test_views_groupby_save tag: '' diff --git a/core/modules/views/tests/modules/views_test_data/test_views/views.view.test_access_static.yml b/core/modules/views/tests/modules/views_test_data/test_views/views.view.test_access_static.yml index dc21c9c..490186b 100644 --- a/core/modules/views/tests/modules/views_test_data/test_views/views.view.test_access_static.yml +++ b/core/modules/views/tests/modules/views_test_data/test_views/views.view.test_access_static.yml @@ -20,14 +20,14 @@ display: display_plugin: default display_title: Master id: default - position: '0' + position: 0 page_1: display_options: path: test_access_static display_plugin: page display_title: Page id: page_1 - position: '0' + position: 0 label: '' id: test_access_static tag: ''