Skip to content
Snippets Groups Projects
Commit 4fe2c8e8 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #2105915 by vijaycs85, foxtrotcharlie: Make sure all YML files in Block...

Issue #2105915 by vijaycs85, foxtrotcharlie: Make sure all YML files in Block module has no type-casting to string.
parent 6408be37
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
id: test_block id: test_block
theme: stark theme: stark
weight: '' weight: ''
status: '1' status: true
langcode: en langcode: en
region: '-1' region: -1
plugin: test_html_id plugin: test_html_id
settings: settings:
label: 'Test block html id"' label: 'Test block html id"'
module: block_test module: block_test
label_display: '0' label_display: false
cache: '1' cache: true
visibility: visibility:
path: path:
visibility: '0' visibility: 0
pages: '' pages: ''
role: role:
roles: { } roles: { }
......
...@@ -2,7 +2,7 @@ base_field: id ...@@ -2,7 +2,7 @@ base_field: id
base_table: views_test_data base_table: views_test_data
core: 8.x core: 8.x
description: '' description: ''
status: '1' status: true
display: display:
default: default:
display_plugin: default display_plugin: default
...@@ -21,7 +21,7 @@ display: ...@@ -21,7 +21,7 @@ display:
pager: pager:
type: some type: some
options: options:
items_per_page: '5' items_per_page: 5
style: style:
type: default type: default
row: row:
...@@ -41,7 +41,7 @@ display: ...@@ -41,7 +41,7 @@ display:
display_options: display_options:
field: field:
title: title:
link_to_node: '1' link_to_node: true
label: test_view_block label: test_view_block
module: views module: views
id: test_view_block id: test_view_block
......
...@@ -2,7 +2,7 @@ base_field: id ...@@ -2,7 +2,7 @@ base_field: id
base_table: views_test_data base_table: views_test_data
core: 8.x core: 8.x
description: '' description: ''
status: '1' status: true
display: display:
default: default:
display_plugin: default display_plugin: default
...@@ -21,7 +21,7 @@ display: ...@@ -21,7 +21,7 @@ display:
pager: pager:
type: some type: some
options: options:
items_per_page: '5' items_per_page: 5
style: style:
type: default type: default
row: row:
...@@ -41,7 +41,7 @@ display: ...@@ -41,7 +41,7 @@ display:
display_options: display_options:
field: field:
title: title:
link_to_node: '1' link_to_node: true
block_2: block_2:
display_plugin: block display_plugin: block
id: block_2 id: block_2
...@@ -50,17 +50,17 @@ display: ...@@ -50,17 +50,17 @@ display:
display_options: display_options:
field: field:
title: title:
link_to_node: '1' link_to_node: true
block_3: block_3:
display_plugin: block display_plugin: block
id: block_3 id: block_3
display_title: Block display_title: Block
position: '' position: ''
display_options: display_options:
block_caching: '2' block_caching: 2
field: field:
title: title:
link_to_node: '1' link_to_node: true
label: test_view_block2 label: test_view_block2
module: views module: views
id: test_view_block2 id: test_view_block2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment