Bring in updated module configuration after D10 upgrade

This commit is contained in:
Louis Elkner-Alfaro 2024-03-01 13:13:46 -08:00 committed by Keegan Rankin
parent 790a477269
commit 2a4b10f537
52 changed files with 385 additions and 129 deletions

View file

@ -9,6 +9,7 @@ dependencies:
module:
- search_api
- user
- views_plain
_core:
default_config_hash: 72LPS7fct6h0DmYlM4FLFPTVPyzvV2TQLMw9I_5eLk4
id: people
@ -21,7 +22,7 @@ base_field: search_api_id
display:
default:
id: default
display_title: Master
display_title: Default
display_plugin: default
position: 0
display_options:
@ -238,22 +239,20 @@ display:
arguments: { }
filters: { }
style:
type: default
type: plain_style
options:
grouping:
-
field: field_people_type
rendered: true
rendered_strip: false
row_class: ''
default_row_class: false
uses_fields: true
row:
type: search_api
options:
view_modes:
'entity:node':
people: small_card
people: teaser
query:
type: search_api_query
options:
@ -268,9 +267,12 @@ display:
contexts:
- 'languages:language_content'
- 'languages:language_interface'
- 'user.node_grants:view'
- user.permissions
tags:
- 'config:field.storage.node.field_people_type'
- 'config:search_api.index.people'
- 'search_api_list:people'
page_listing:
id: page_listing
display_title: Page
@ -294,6 +296,9 @@ display:
contexts:
- 'languages:language_content'
- 'languages:language_interface'
- 'user.node_grants:view'
- user.permissions
tags:
- 'config:field.storage.node.field_people_type'
- 'config:search_api.index.people'
- 'search_api_list:people'