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

@ -5,14 +5,14 @@ dependencies:
config:
- field.field.node.people.body
- field.field.node.people.field_body_paragraph
- field.field.node.people.field_image
- field.field.node.people.field_media_image
- field.field.node.people.field_meta_tags
- field.field.node.people.field_people_position
- field.field.node.people.field_people_type
- field.field.node.people.field_summary
- field.field.node.people.field_topics
- node.type.people
module:
- ds
- user
third_party_settings:
ds:
@ -42,9 +42,11 @@ hidden:
body: true
field_body_paragraph: true
field_image: true
field_media_image: true
field_meta_tags: true
field_people_position: true
field_people_type: true
field_summary: true
field_topics: true
links: true
search_api_excerpt: true

View file

@ -16,7 +16,7 @@ dependencies:
module:
- ds
- entity_reference_revisions
- responsive_image
- media
- user
third_party_settings:
ds:
@ -37,15 +37,16 @@ third_party_settings:
attributes: ''
link_attribute: ''
link_custom: ''
label: ''
regions:
header:
- field_image
left:
- field_people_type
- field_people_position
right:
- field_body_paragraph
- links
header:
- field_image
_core:
default_config_hash: WOI8fKpLJDTEg6bXIJednEL7pAp6iAkutldE6veX2eE
id: node.people.full
@ -75,6 +76,17 @@ content:
ds_limit: '1'
weight: 0
region: header
field_media_image:
type: media_thumbnail
label: hidden
settings:
image_link: ''
image_style: focal_point_480_square
image_loading:
attribute: eager
third_party_settings: { }
weight: 0
region: left
field_people_position:
type: string
label: hidden
@ -91,6 +103,14 @@ content:
third_party_settings: { }
weight: 1
region: left
field_topics:
type: entity_reference_label
label: visually_hidden
settings:
link: true
third_party_settings: { }
weight: 3
region: right
links:
settings: { }
third_party_settings: { }

View file

@ -6,16 +6,16 @@ dependencies:
- core.entity_view_mode.node.search_index
- field.field.node.people.body
- field.field.node.people.field_body_paragraph
- field.field.node.people.field_image
- field.field.node.people.field_media_image
- field.field.node.people.field_meta_tags
- field.field.node.people.field_people_position
- field.field.node.people.field_people_type
- field.field.node.people.field_summary
- field.field.node.people.field_topics
- node.type.people
module:
- ds
- entity_reference_revisions
- responsive_image
- user
third_party_settings:
ds:
@ -35,7 +35,7 @@ third_party_settings:
link_custom: ''
regions:
ds_content:
- field_image
- field_media_image
- field_people_position
- field_body_paragraph
- field_people_type
@ -66,6 +66,15 @@ content:
third_party_settings: { }
weight: 0
region: ds_content
field_media_image:
type: entity_reference_entity_view
label: hidden
settings:
view_mode: media_library
link: false
third_party_settings: { }
weight: 0
region: ds_content
field_people_position:
type: string
label: hidden
@ -82,6 +91,14 @@ content:
third_party_settings: { }
weight: 3
region: ds_content
field_topics:
type: entity_reference_label
label: hidden
settings:
link: true
third_party_settings: { }
weight: 5
region: content
hidden:
body: true
field_meta_tags: true

View file

@ -6,17 +6,18 @@ dependencies:
- core.entity_view_mode.node.small_card
- field.field.node.people.body
- field.field.node.people.field_body_paragraph
- field.field.node.people.field_image
- field.field.node.people.field_media_image
- field.field.node.people.field_meta_tags
- field.field.node.people.field_people_position
- field.field.node.people.field_people_type
- field.field.node.people.field_summary
- field.field.node.people.field_topics
- node.type.people
- responsive_image.styles.short
- responsive_image.styles.tall
module:
- ds
- field_group
- responsive_image
- media_responsive_thumbnail
- user
third_party_settings:
ds:
@ -34,9 +35,10 @@ third_party_settings:
attributes: ''
link_attribute: ''
link_custom: ''
label: ''
regions:
ds_content:
- field_image
- field_media_image
- group_card_content
- node_title
- field_people_position
@ -57,7 +59,7 @@ third_party_settings:
- field_people_position
label: 'Card content'
parent_name: ''
region: hidden
region: ds_content
weight: 1
format_type: html_element
format_settings:
@ -87,9 +89,20 @@ content:
third_party_settings: { }
weight: 0
region: ds_content
field_media_image:
type: media_responsive_thumbnail
label: hidden
settings:
responsive_image_style: tall
image_link: ''
image_loading:
attribute: lazy
third_party_settings: { }
weight: 0
region: ds_content
field_people_position:
type: string
label: visually_hidden
label: hidden
settings:
link_to_entity: false
third_party_settings: { }
@ -101,5 +114,6 @@ hidden:
field_meta_tags: true
field_people_type: true
field_summary: true
field_topics: true
links: true
search_api_excerpt: true

View file

@ -6,16 +6,16 @@ dependencies:
- core.entity_view_mode.node.teaser
- field.field.node.people.body
- field.field.node.people.field_body_paragraph
- field.field.node.people.field_image
- field.field.node.people.field_media_image
- field.field.node.people.field_meta_tags
- field.field.node.people.field_people_position
- field.field.node.people.field_people_type
- field.field.node.people.field_summary
- field.field.node.people.field_topics
- node.type.people
- responsive_image.styles.narrow
- responsive_image.styles.square
module:
- ds
- responsive_image
- media_responsive_thumbnail
- text
- user
third_party_settings:
@ -73,6 +73,17 @@ content:
third_party_settings: { }
weight: 2
region: left
field_media_image:
type: media_responsive_thumbnail
label: hidden
settings:
responsive_image_style: square
image_link: content
image_loading:
attribute: lazy
third_party_settings: { }
weight: 1
region: content
field_people_position:
type: string
label: hidden
@ -86,6 +97,14 @@ content:
label: hidden
settings: { }
third_party_settings: { }
weight: 2
region: content
field_topics:
type: entity_reference_label
label: visually_hidden
settings:
link: true
third_party_settings: { }
weight: 3
region: right
hidden:

View file

@ -7,6 +7,8 @@ dependencies:
- paragraphs.paragraphs_type.drutopia_collection
module:
- ds
_core:
default_config_hash: 3EjlY1iURckfqQFhAWC_mtd1guLuILhh2IlwrzRhzYI
id: paragraph.drutopia_collection.default
targetEntityType: paragraph
bundle: drutopia_collection

View file

@ -17,7 +17,7 @@ mode: default
content:
field_faq:
type: faqfield_accordion
label: visually_hidden
label: hidden
settings:
active: null
heightStyle: auto

View file

@ -4,10 +4,11 @@ status: true
dependencies:
config:
- field.field.paragraph.image.field_image
- field.field.paragraph.image.field_media_image
- image.style.large
- paragraphs.paragraphs_type.image
module:
- image
- media
_core:
default_config_hash: yvjwA4JR_adrMOhuQgqO4_4tAYWa_U0UIaGVvNoD22Q
id: paragraph.image.default
@ -26,5 +27,17 @@ content:
third_party_settings: { }
weight: 0
region: content
field_media_image:
type: media_thumbnail
label: hidden
settings:
image_link: ''
image_style: large
image_loading:
attribute: lazy
third_party_settings: { }
weight: 0
region: content
hidden:
field_image: true
search_api_excerpt: true

View file

@ -6,12 +6,12 @@ dependencies:
- core.entity_view_mode.paragraph.columnar
- field.field.paragraph.slide.field_image
- field.field.paragraph.slide.field_link
- field.field.paragraph.slide.field_media_image
- field.field.paragraph.slide.field_text
- paragraphs.paragraphs_type.slide
- responsive_image.styles.narrow
module:
- link
- responsive_image
- media_responsive_thumbnail
- text
_core:
default_config_hash: XWaH1UK_qZbcAWI_iiaPUCuUXd_8bk4jANSjSMMZkMc
@ -33,7 +33,7 @@ content:
region: content
field_link:
type: link
label: visually_hidden
label: hidden
settings:
trim_length: 80
url_only: false
@ -43,12 +43,24 @@ content:
third_party_settings: { }
weight: 1
region: content
field_media_image:
type: media_responsive_thumbnail
label: hidden
settings:
responsive_image_style: ''
image_link: ''
image_loading:
attribute: lazy
third_party_settings: { }
weight: 0
region: content
field_text:
type: text_default
label: visually_hidden
label: hidden
settings: { }
third_party_settings: { }
weight: 2
region: content
hidden:
field_image: true
search_api_excerpt: true

View file

@ -5,12 +5,13 @@ dependencies:
config:
- field.field.paragraph.slide.field_image
- field.field.paragraph.slide.field_link
- field.field.paragraph.slide.field_media_image
- field.field.paragraph.slide.field_text
- image.style.focal_point_2600x1300
- paragraphs.paragraphs_type.slide
- responsive_image.styles.drutopia_main
module:
- image
- link
- media_responsive_thumbnail
- text
_core:
default_config_hash: UAPQqmLqL09HJqncuKGUGYmYfBq2PFHcEOyes55hDek
@ -29,7 +30,7 @@ content:
region: content
field_link:
type: link
label: visually_hidden
label: hidden
settings:
trim_length: 80
url_only: false
@ -39,12 +40,24 @@ content:
third_party_settings: { }
weight: 2
region: content
field_media_image:
type: media_responsive_thumbnail
label: hidden
settings:
responsive_image_style: drutopia_main
image_link: ''
image_loading:
attribute: lazy
third_party_settings: { }
weight: 0
region: content
field_text:
type: text_default
label: visually_hidden
label: hidden
settings: { }
third_party_settings: { }
weight: 1
region: content
hidden:
field_image: true
search_api_excerpt: true

View file

@ -16,7 +16,7 @@ mode: default
content:
field_video_embed:
type: video_embed_field_video
label: visually_hidden
label: hidden
settings:
autoplay: false
responsive: true

View file

@ -5,44 +5,59 @@ dependencies:
config:
- filter.format.basic_html
module:
- ckeditor
- ckeditor5
_core:
default_config_hash: AqlPmO16LvJI4D0Ih6u4GFQIzqr5OnLgAUSjcUGWk2g
format: basic_html
editor: ckeditor
editor: ckeditor5
settings:
toolbar:
rows:
-
-
name: Formatting
items:
- Bold
- Italic
-
name: Linking
items:
- DrupalLink
- DrupalUnlink
-
name: Lists
items:
- BulletedList
- NumberedList
-
name: Media
items:
- Blockquote
- DrupalImage
-
name: 'Block Formatting'
items:
- Format
-
name: Tools
items:
- Source
items:
- bold
- italic
- '|'
- link
- '|'
- bulletedList
- numberedList
- '|'
- blockQuote
- drupalInsertImage
- '|'
- heading
- code
- '|'
- sourceEditing
plugins:
ckeditor5_heading:
enabled_headings:
- heading2
- heading3
- heading4
- heading5
- heading6
ckeditor5_imageResize:
allow_resize: true
ckeditor5_list:
properties:
reversed: false
startIndex: true
multiBlock: true
ckeditor5_sourceEditing:
allowed_tags:
- '<cite>'
- '<dl>'
- '<dt>'
- '<dd>'
- '<a hreflang>'
- '<blockquote cite>'
- '<ul type>'
- '<ol type>'
- '<h2 id>'
- '<h3 id>'
- '<h4 id>'
- '<h5 id>'
- '<h6 id>'
drupallink:
linkit_enabled: true
linkit_profile: ''

View file

@ -5,13 +5,39 @@ dependencies:
config:
- filter.format.full_html
module:
- ckeditor
- ckeditor5
_core:
default_config_hash: 967ijj7p6i7rwrYl7r08WQFeCY_c23YAh0h8u-w_CXM
format: full_html
editor: ckeditor
editor: ckeditor5
settings:
toolbar:
items:
- bold
- italic
- underline
- strikethrough
- code
- superscript
- subscript
- removeFormat
- '|'
- link
- '|'
- bulletedList
- numberedList
- '|'
- blockQuote
- drupalInsertImage
- insertTable
- specialCharacters
- horizontalLine
- '|'
- heading
- '|'
- undo
- redo
- sourceEditing
rows:
-
-
@ -52,6 +78,22 @@ settings:
- ShowBlocks
- Source
plugins:
ckeditor5_heading:
enabled_headings:
- heading2
- heading3
- heading4
- heading5
- heading6
ckeditor5_imageResize:
allow_resize: true
ckeditor5_list:
properties:
reversed: true
startIndex: true
multiBlock: true
ckeditor5_sourceEditing:
allowed_tags: { }
drupallink:
linkit_enabled: true
linkit_profile: default

View file

@ -13,8 +13,8 @@ id: node.article.field_image
field_name: field_image
entity_type: node
bundle: article
label: Image
description: ''
label: 'Image (deprecated)'
description: 'Use Media image instead.'
required: false
translatable: true
default_value: { }

View file

@ -13,7 +13,7 @@ id: node.blog.field_image
field_name: field_image
entity_type: node
bundle: blog
label: Image
label: 'Image (DEPRECATED)'
description: ''
required: false
translatable: true

View file

@ -12,6 +12,8 @@ dependencies:
- paragraphs.paragraphs_type.video
module:
- entity_reference_revisions
_core:
default_config_hash: gfZqYddYFY8po0Ek3xn59IJhLaQq9iVMUXKRzrhYMOU
id: node.collection.field_body_paragraph
field_name: field_body_paragraph
entity_type: node

View file

@ -20,7 +20,7 @@ id: node.page.field_body_paragraph
field_name: field_body_paragraph
entity_type: node
bundle: page
label: 'Body paragraph'
label: Description
description: ''
required: false
translatable: true

View file

@ -14,7 +14,7 @@ field_name: field_summary
entity_type: node
bundle: page
label: Summary
description: 'Enter a short description of what this page is about. The summary is visible in certain displays.'
description: 'Enter a short description of what this page is about. The summary is visible in search results.'
required: true
translatable: true
default_value: { }

View file

@ -8,6 +8,8 @@ dependencies:
- node.type.blog
- node.type.people
- paragraphs.paragraphs_type.drutopia_collection
_core:
default_config_hash: 7DUUXZdsPh4mDm9mhYlDJz3claVAxXookJakBJhDocs
id: paragraph.drutopia_collection.field_items
field_name: field_items
entity_type: paragraph

View file

@ -13,7 +13,7 @@ id: paragraph.image.field_image
field_name: field_image
entity_type: paragraph
bundle: image
label: Image
label: 'Image (deprecated)'
description: ''
required: false
translatable: false

View file

@ -13,7 +13,7 @@ id: paragraph.slide.field_image
field_name: field_image
entity_type: paragraph
bundle: slide
label: Image
label: 'Image (DEPRECATED)'
description: ''
required: false
translatable: true

View file

@ -5,6 +5,8 @@ dependencies:
module:
- node
- paragraphs
_core:
default_config_hash: VnnPidg22ez5r9ylXvzs766yDC5mVWjS__wyXmq1yvU
id: paragraph.field_items
field_name: field_items
entity_type: paragraph

View file

@ -29,7 +29,8 @@ track:
displayfeatures: true
privacy:
anonymizeip: true
custom: { }
custom:
parameters: { }
codesnippet:
create: { }
before: ''

View file

@ -1,17 +1,19 @@
uuid: d0ba7637-bf70-49ee-925a-c943c24f7022
langcode: en
status: true
dependencies: { }
dependencies:
module:
- focal_point
_core:
default_config_hash: bWYyQV3LvN1aF-D6S2BzSCVsHNkNoq-kEglfd0LLzZM
name: small_square
label: 'Small square (170x170)'
label: 'Small square (170x170) focal point'
effects:
fa950bf3-2e2e-44b9-bf11-26bee6a3218a:
uuid: fa950bf3-2e2e-44b9-bf11-26bee6a3218a
id: image_scale_and_crop
weight: 1
5b1257a2-35db-4203-a97e-5d3e5e138bc5:
uuid: 5b1257a2-35db-4203-a97e-5d3e5e138bc5
id: focal_point_scale_and_crop
weight: 2
data:
width: 170
height: 170
anchor: center-center
crop_type: focal_point

View file

@ -1,6 +1,8 @@
_core:
default_config_hash: x8k6uOqmSHPqpp71jYGxHF3_SAs3U-Pha3YCntQIhPU
api_key: ''
api_key: null
domain: ''
use_oauth: false
api_timeout: 10
cron: false
batch_limit: 100

View file

@ -7,5 +7,6 @@ _core:
id: '403'
label: '403 access denied'
tags:
robots: noindex
canonical_url: '[site:url]'
shortlink: '[site:url]'

View file

@ -11,9 +11,9 @@ third_party_settings:
parent: 'main:'
_core:
default_config_hash: QECb_5oLjGh317SVZR3QFu-KwYdEVSyCJt5RrxFDRgY
name: 'Landing page'
name: 'Landing page (DEPRECATED)'
type: landing_page
description: 'Landing pages can be used for custom pages such as the home page.'
description: 'Use Page instead. (Landing pages can be used for custom pages such as the home page.)'
help: ''
new_revision: true
preview_mode: 1

View file

@ -2,6 +2,8 @@ uuid: aa44324b-593d-407b-8ed4-0f66c4cb87b0
langcode: en
status: true
dependencies: { }
_core:
default_config_hash: xJxbh5L6gM8EZzAr1kp2OBNKKhv_5OE9anEo_btj2cA
id: drutopia_collection
label: Collection
icon_uuid: null

View file

@ -3,7 +3,6 @@ langcode: en
status: true
dependencies:
module:
- ctools
- taxonomy
_core:
default_config_hash: MtYWd2Bu4lkfsQqq8nziFo81bxcl-2Thou3PGg0oIKY

View file

@ -5,6 +5,8 @@ dependencies:
module:
- ctools
- taxonomy
_core:
default_config_hash: 8ybgXD47lBYtq3zDwOhbr_pdGHwEQdDfLeUvvnBam5A
id: collection_type
label: 'Collection type'
type: 'canonical_entities:taxonomy_term'

View file

@ -14,6 +14,8 @@ dependencies:
- node
- user
- search_api
_core:
default_config_hash: _QVCLp7W8HxV52MEnKkYc2bX5i3NFf4ejVOfuTApG9g
id: collection
name: Collection
description: 'An index for the collection content type.'

View file

@ -3,3 +3,4 @@ _core:
threshold:
requirements_warning: 172800
requirements_error: 1209600
logging: 1

View file

@ -52,11 +52,19 @@ tips:
position: top-start
selector: '#edit-time-limit'
body: "If you enter a positive value, Honeypot will require that all protected forms take at least that many seconds long to fill out. Most forms take at least 5-10 seconds to complete (if you're a human), so setting this to a value < 5 will help protect against spam bots. Set to 0 to disable."
honeypot-expire:
id: honeypot-expire
plugin: text
label: 'Honeypot Expire'
weight: -5
position: top-start
selector: '#edit-expire'
body: "If you enter a positive value, Honeypot will require that all protected forms take at least that many seconds long to fill out. Most forms take at least 5-10 seconds to complete (if you're a human), so setting this to a value < 5 will help protect against spam bots. Set to 0 to disable."
honeypot-form-specific-settings:
id: honeypot-form-specific-settings
plugin: text
label: 'Honeypot form-specific settings'
weight: -5
weight: -4
position: top-start
selector: '#edit-form-settings'
body: 'If you would like to choose particular forms to be protected by Honeypot, check the forms you wish to protect in this section. Most common types of forms are available for protection.'

View file

@ -1,5 +1,5 @@
_core:
default_config_hash: 2QzULf0zovJQx3J06Y9rufzzfi-CY2CTTlEfJJh2Qyw
default_config_hash: xbYr66-g0FjNgVBkGypCuN46vBI2XHntXN1URawq1s4
check:
disabled_extensions: false
interval_days: 1

View file

@ -2,6 +2,8 @@ uuid: 6151d556-5104-4936-a96b-5ec733c798da
langcode: en
status: true
dependencies:
config:
- filter.format.restricted_html
module:
- comment
- contact

View file

@ -2,6 +2,9 @@ uuid: f3a87a2a-96b2-4e23-a6c0-14bcdcad2d75
langcode: en
status: true
dependencies:
config:
- filter.format.basic_html
- workflows.workflow.workflow_buttons_trash_publishing
module:
- captcha
- comment

View file

@ -19,7 +19,7 @@ base_field: nid
display:
default:
id: default
display_title: Master
display_title: Default
display_plugin: default
position: 0
display_options:

View file

@ -10,18 +10,18 @@ _core:
id: block_content
label: 'Content blocks'
module: views
description: 'Find and manage custom blocks.'
description: 'Find and manage content blocks.'
tag: default
base_table: block_content_field_data
base_field: id
display:
default:
id: default
display_title: Master
display_title: Default
display_plugin: default
position: 0
display_options:
title: 'Custom block library'
title: 'Content blocks'
fields:
info:
id: info
@ -291,7 +291,7 @@ display:
type: basic
options:
submit_button: Apply
reset_button: false
reset_button: true
reset_button_label: Reset
exposed_sorts_label: 'Sort by'
expose_sort_order: true
@ -314,7 +314,7 @@ display:
admin_label: ''
plugin_id: text_custom
empty: true
content: 'There are no custom blocks available.'
content: 'There are no content blocks available.'
tokenize: false
block_content_listing_empty:
id: block_content_listing_empty

View file

@ -8,6 +8,8 @@ dependencies:
module:
- search_api
- user
_core:
default_config_hash: f8uoIe_CmLkBA5LAlknvx3pT4QCs26VgjFam0s8Wz68
id: collection
label: Collection
module: views

View file

@ -17,7 +17,7 @@ base_field: cid
display:
default:
id: default
display_title: Master
display_title: Default
display_plugin: default
position: 0
display_options:
@ -553,7 +553,7 @@ display:
exposed_form:
type: basic
options:
submit_button: Apply
submit_button: Filter
reset_button: false
reset_button_label: Reset
exposed_sorts_label: 'Sort by'

View file

@ -18,7 +18,7 @@ base_field: cid
display:
default:
id: default
display_title: Master
display_title: Default
display_plugin: default
position: 0
display_options:

View file

@ -17,7 +17,7 @@ base_field: nid
display:
default:
id: default
display_title: Master
display_title: Default
display_plugin: default
position: 0
display_options:

View file

@ -22,7 +22,7 @@ base_field: nid
display:
default:
id: default
display_title: Master
display_title: Default
display_plugin: default
position: 0
display_options:

View file

@ -17,7 +17,7 @@ base_field: fid
display:
default:
id: default
display_title: Master
display_title: Default
display_plugin: default
position: 0
display_options:
@ -466,6 +466,57 @@ display:
format_plural_string: !!binary MSBwbGFjZQNAY291bnQgcGxhY2Vz
prefix: ''
suffix: ''
operations:
id: operations
table: file_managed
field: operations
relationship: none
group_type: group
admin_label: ''
entity_type: file
plugin_id: entity_operations
label: Operations
exclude: false
alter:
alter_text: false
text: ''
make_link: false
path: ''
absolute: false
external: false
replace_spaces: false
path_case: none
trim_whitespace: false
alt: ''
rel: ''
link_class: ''
prefix: ''
suffix: ''
target: ''
nl2br: false
max_length: 0
word_boundary: true
ellipsis: true
more_link: false
more_link_text: ''
more_link_path: ''
strip_tags: false
trim: false
preserve_tags: ''
html: false
element_type: ''
element_class: ''
element_label_type: ''
element_label_class: ''
element_label_colon: true
element_wrapper_type: ''
element_wrapper_class: ''
element_default_classes: true
empty: ''
hide_empty: false
empty_zero: false
hide_alter_empty: true
destination: false
pager:
type: mini
options:
@ -743,7 +794,7 @@ display:
footer: { }
display_extenders: { }
cache_metadata:
max-age: 0
max-age: -1
contexts:
- 'languages:language_content'
- 'languages:language_interface'
@ -780,7 +831,7 @@ display:
menu_name: admin
context: ''
cache_metadata:
max-age: 0
max-age: -1
contexts:
- 'languages:language_content'
- 'languages:language_interface'
@ -1137,7 +1188,7 @@ display:
display_extenders: { }
path: admin/content/files/usage/%
cache_metadata:
max-age: 0
max-age: -1
contexts:
- 'languages:language_interface'
- url

View file

@ -20,7 +20,7 @@ base_field: nid
display:
default:
id: default
display_title: Master
display_title: Default
display_plugin: default
position: 0
display_options:
@ -98,7 +98,7 @@ display:
plugin_id: title
label: ''
empty: true
title: 'Welcome to [site:name]'
title: Welcome!
sorts:
sticky:
id: sticky

View file

@ -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:

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'

View file

@ -20,7 +20,7 @@ base_field: nid
display:
default:
id: default
display_title: Master
display_title: Default
display_plugin: default
position: 0
display_options:

View file

@ -17,7 +17,7 @@ base_field: uid
display:
default:
id: default
display_title: Master
display_title: Default
display_plugin: default
position: 0
display_options:

View file

@ -17,7 +17,7 @@ base_field: wid
display:
default:
id: default
display_title: Master
display_title: Default
display_plugin: default
position: 0
display_options:
@ -603,8 +603,6 @@ display:
default: wid
info:
nothing:
sortable: false
default_sort_order: asc
align: ''
separator: ''
empty_column: false
@ -687,7 +685,7 @@ display:
footer: { }
display_extenders: { }
cache_metadata:
max-age: 0
max-age: -1
contexts:
- 'languages:language_content'
- 'languages:language_interface'
@ -704,7 +702,7 @@ display:
display_extenders: { }
path: admin/reports/dblog
cache_metadata:
max-age: 0
max-age: -1
contexts:
- 'languages:language_content'
- 'languages:language_interface'

View file

@ -16,7 +16,7 @@ base_field: uid
display:
default:
id: default
display_title: Master
display_title: Default
display_plugin: default
position: 0
display_options:

View file

@ -16,7 +16,7 @@ base_field: uid
display:
default:
id: default
display_title: Master
display_title: Default
display_plugin: default
position: 0
display_options: