Issue #2105931 by sidharthap: Make sure all YML files in Content Translation module has no type-casting to string.
parent
1069bef402
commit
4dd23ceaab
|
@ -2,7 +2,7 @@ base_field: uid
|
||||||
base_table: users
|
base_table: users
|
||||||
core: 8.x
|
core: 8.x
|
||||||
description: ''
|
description: ''
|
||||||
status: '1'
|
status: true
|
||||||
display:
|
display:
|
||||||
default:
|
default:
|
||||||
display_plugin: default
|
display_plugin: default
|
||||||
|
@ -20,12 +20,12 @@ display:
|
||||||
type: basic
|
type: basic
|
||||||
options:
|
options:
|
||||||
submit_button: Filter
|
submit_button: Filter
|
||||||
reset_button: '1'
|
reset_button: true
|
||||||
reset_button_label: Reset
|
reset_button_label: Reset
|
||||||
pager:
|
pager:
|
||||||
type: full
|
type: full
|
||||||
options:
|
options:
|
||||||
items_per_page: '50'
|
items_per_page: 50
|
||||||
style:
|
style:
|
||||||
type: table
|
type: table
|
||||||
options:
|
options:
|
||||||
|
@ -41,8 +41,8 @@ display:
|
||||||
table: users
|
table: users
|
||||||
field: name
|
field: name
|
||||||
label: Username
|
label: Username
|
||||||
link_to_user: '1'
|
link_to_user: true
|
||||||
format_username: '1'
|
format_username: true
|
||||||
plugin_id: user_name
|
plugin_id: user_name
|
||||||
provider: user
|
provider: user
|
||||||
translation_link:
|
translation_link:
|
||||||
|
@ -50,15 +50,15 @@ display:
|
||||||
table: users
|
table: users
|
||||||
field: translation_link
|
field: translation_link
|
||||||
label: 'Translation link'
|
label: 'Translation link'
|
||||||
exclude: '0'
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: '0'
|
alter_text: false
|
||||||
element_class: ''
|
element_class: ''
|
||||||
element_default_classes: '1'
|
element_default_classes: true
|
||||||
empty: ''
|
empty: ''
|
||||||
hide_empty: '0'
|
hide_empty: false
|
||||||
empty_zero: '0'
|
empty_zero: false
|
||||||
hide_alter_empty: '1'
|
hide_alter_empty: true
|
||||||
text: Translate
|
text: Translate
|
||||||
plugin_id: content_translation_link
|
plugin_id: content_translation_link
|
||||||
filters:
|
filters:
|
||||||
|
@ -68,9 +68,9 @@ display:
|
||||||
field: uid_raw
|
field: uid_raw
|
||||||
operator: '!='
|
operator: '!='
|
||||||
value:
|
value:
|
||||||
value: '0'
|
value: 0
|
||||||
group: '1'
|
group: true
|
||||||
exposed: '0'
|
exposed: false
|
||||||
plugin_id: numeric
|
plugin_id: numeric
|
||||||
provider: views
|
provider: views
|
||||||
sorts:
|
sorts:
|
||||||
|
@ -87,7 +87,7 @@ display:
|
||||||
id: area
|
id: area
|
||||||
table: views
|
table: views
|
||||||
field: area
|
field: area
|
||||||
empty: '1'
|
empty: true
|
||||||
content: 'No people available.'
|
content: 'No people available.'
|
||||||
format: plain_text
|
format: plain_text
|
||||||
plugin_id: text
|
plugin_id: text
|
||||||
|
|
Loading…
Reference in New Issue