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