Skip to content
Snippets Groups Projects

Fix the teaser view and add a regression test

Merged Adam G-H requested to merge issue/drupal_cms-3494297:3494297-news-image-style into 1.x
Files
2
@@ -7,7 +7,6 @@ dependencies:
- field.field.node.news.field_description
- field.field.node.news.field_featured_image
- field.field.node.news.field_tags
- image.style.medium_focal_point
- node.type.news
module:
- layout_builder
@@ -36,7 +35,7 @@ third_party_settings:
label: hidden
settings:
image_link: ''
image_style: medium_focal_point
image_style: 1_1_300x300_focal_point_webp
image_loading:
attribute: lazy
third_party_settings: { }
@@ -97,13 +96,11 @@ content:
weight: 1
region: content
field_featured_image:
type: media_thumbnail
type: entity_reference_entity_view
label: hidden
settings:
image_link: ''
image_style: medium_focal_point
image_loading:
attribute: lazy
view_mode: small
link: false
third_party_settings: { }
weight: 0
region: content
Loading