Skip to content
Snippets Groups Projects
Commit f35ebac3 authored by catch's avatar catch
Browse files

Issue #2105947 by vijaycs85, japerry: Make sure all config yml files in Entity...

Issue #2105947 by vijaycs85, japerry: Make sure all config yml files in Entity Reference module has no type-casting to string.
parent 99b9a851
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
...@@ -6,7 +6,7 @@ id: test_entity_reference ...@@ -6,7 +6,7 @@ id: test_entity_reference
description: '' description: ''
label: 'Entity reference' label: 'Entity reference'
tag: '' tag: ''
status: '1' status: true
display: display:
default: default:
display_plugin: default display_plugin: default
...@@ -35,27 +35,27 @@ display: ...@@ -35,27 +35,27 @@ display:
field: title field: title
label: '' label: ''
alter: alter:
alter_text: '0' alter_text: false
make_link: '0' make_link: false
absolute: '0' absolute: false
trim: '0' trim: false
word_boundary: '0' word_boundary: false
ellipsis: '0' ellipsis: false
strip_tags: '0' strip_tags: false
html: '0' html: false
hide_empty: '0' hide_empty: false
empty_zero: '0' empty_zero: false
link_to_node: '1' link_to_node: true
provider: node provider: node
filters: filters:
status: status:
value: '1' value: true
table: node_field_data table: node_field_data
field: status field: status
id: status id: status
expose: expose:
operator: '0' operator: 0
group: '1' group: true
provider: views provider: views
sorts: sorts:
created: created:
...@@ -79,4 +79,4 @@ display: ...@@ -79,4 +79,4 @@ display:
pager: pager:
type: none type: none
options: options:
offset: '0' offset: 0
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