diff --git a/core/modules/block/tests/modules/block_test/config/block.block.test_block.yml b/core/modules/block/tests/modules/block_test/config/block.block.test_block.yml index 70f9bfb..84ae387 100644 --- a/core/modules/block/tests/modules/block_test/config/block.block.test_block.yml +++ b/core/modules/block/tests/modules/block_test/config/block.block.test_block.yml @@ -1,18 +1,18 @@ id: test_block theme: stark weight: '' -status: 1 +status: true langcode: en -region: '-1' +region: -1 plugin: test_html_id settings: label: 'Test block html id"' module: block_test - label_display: 0 - cache: 1 + label_display: false + cache: true visibility: path: - visibility: 0 + visibility: false pages: '' role: roles: { } 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 7d28afc..756ec65 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 @@ -2,7 +2,7 @@ base_field: id base_table: views_test_data core: 8.x description: '' -status: 1 +status: true display: default: display_plugin: default @@ -41,7 +41,7 @@ display: display_options: field: title: - link_to_node: 1 + link_to_node: true label: test_view_block module: views id: test_view_block 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 a413355..8e47559 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 @@ -2,7 +2,7 @@ base_field: id base_table: views_test_data core: 8.x description: '' -status: 1 +status: true display: default: display_plugin: default @@ -41,7 +41,7 @@ display: display_options: field: title: - link_to_node: 1 + link_to_node: true block_2: display_plugin: block id: block_2 @@ -50,7 +50,7 @@ display: display_options: field: title: - link_to_node: 1 + link_to_node: true label: test_view_block2 module: views id: test_view_block2