Bring in updated module configuration after D10 upgrade
This commit is contained in:
parent
790a477269
commit
2a4b10f537
52 changed files with 385 additions and 129 deletions
|
@ -19,7 +19,7 @@ base_field: nid
|
|||
display:
|
||||
default:
|
||||
id: default
|
||||
display_title: Master
|
||||
display_title: Default
|
||||
display_plugin: default
|
||||
position: 0
|
||||
display_options:
|
||||
|
@ -263,6 +263,19 @@ display:
|
|||
transform_dash: false
|
||||
break_phrase: false
|
||||
filters:
|
||||
status:
|
||||
id: status
|
||||
table: node_field_data
|
||||
field: status
|
||||
entity_type: node
|
||||
entity_field: status
|
||||
plugin_id: boolean
|
||||
value: '1'
|
||||
group: 1
|
||||
expose:
|
||||
operator: ''
|
||||
operator_limit_selection: false
|
||||
operator_list: { }
|
||||
langcode:
|
||||
id: langcode
|
||||
table: node_field_data
|
||||
|
@ -305,19 +318,6 @@ display:
|
|||
default_group: All
|
||||
default_group_multiple: { }
|
||||
group_items: { }
|
||||
status:
|
||||
id: status
|
||||
table: node_field_data
|
||||
field: status
|
||||
entity_type: node
|
||||
entity_field: status
|
||||
plugin_id: boolean
|
||||
value: '1'
|
||||
group: 1
|
||||
expose:
|
||||
operator: ''
|
||||
operator_limit_selection: false
|
||||
operator_list: { }
|
||||
style:
|
||||
type: table
|
||||
options:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue