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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue