Revert "Update display of media images in slides"
This reverts commit 766093f539
.
This commit is contained in:
parent
766093f539
commit
ad1a2a614f
9 changed files with 19 additions and 140 deletions
|
@ -8,8 +8,10 @@ dependencies:
|
|||
- field.field.paragraph.slide.field_media_image
|
||||
- field.field.paragraph.slide.field_text
|
||||
- paragraphs.paragraphs_type.slide
|
||||
- responsive_image.styles.drutopia_main
|
||||
module:
|
||||
- link
|
||||
- media_responsive_thumbnail
|
||||
- text
|
||||
_core:
|
||||
default_config_hash: UAPQqmLqL09HJqncuKGUGYmYfBq2PFHcEOyes55hDek
|
||||
|
@ -18,6 +20,14 @@ targetEntityType: paragraph
|
|||
bundle: slide
|
||||
mode: default
|
||||
content:
|
||||
field_image:
|
||||
type: image_url
|
||||
label: visually_hidden
|
||||
settings:
|
||||
image_style: focal_point_2600x1300
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
field_link:
|
||||
type: link
|
||||
label: hidden
|
||||
|
@ -31,11 +41,13 @@ content:
|
|||
weight: 2
|
||||
region: content
|
||||
field_media_image:
|
||||
type: entity_reference_entity_view
|
||||
type: media_responsive_thumbnail
|
||||
label: hidden
|
||||
settings:
|
||||
view_mode: wide
|
||||
link: false
|
||||
responsive_image_style: drutopia_main
|
||||
image_link: ''
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue