diff --git a/CHANGELOG.md b/CHANGELOG.md index 38846d1db..d6d1da60e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Stanford Profile +11.4.3 +------------------------------------------------------------------------------- +- Fixed basic page cards when the page has a "page title banner" image. + 11.4.2 ------------------------------------------------------------------------------- - Adjusted codeception test for cache issue. diff --git a/config/sync/core.entity_view_display.paragraph.stanford_page_title_banner.variant_1.yml b/config/sync/core.entity_view_display.paragraph.stanford_page_title_banner.variant_1.yml new file mode 100644 index 000000000..7ff8bd885 --- /dev/null +++ b/config/sync/core.entity_view_display.paragraph.stanford_page_title_banner.variant_1.yml @@ -0,0 +1,43 @@ +uuid: f74416ab-8293-488b-be0f-dc477ec65458 +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.paragraph.variant_1 + - field.field.paragraph.stanford_page_title_banner.su_title_banner_image + - paragraphs.paragraphs_type.stanford_page_title_banner + module: + - empty_fields + - field_formatter_class + - field_label + - layout_builder + - stanford_media +third_party_settings: + layout_builder: + enabled: false + allow_custom: false +id: paragraph.stanford_page_title_banner.variant_1 +targetEntityType: paragraph +bundle: stanford_page_title_banner +mode: variant_1 +content: + su_title_banner_image: + type: media_responsive_image_formatter + label: hidden + settings: + view_mode: default + link: false + image_style: card_2_1 + remove_alt: 0 + third_party_settings: + empty_fields: + handler: '' + field_formatter_class: + class: '' + field_label: + label_value: '' + label_tag: '' + weight: 0 + region: content +hidden: + search_api_excerpt: true diff --git a/stanford_profile.info.yml b/stanford_profile.info.yml index 93c1073bc..fd85a79d2 100644 --- a/stanford_profile.info.yml +++ b/stanford_profile.info.yml @@ -1,6 +1,6 @@ name: 'Stanford Profile' description: 'Jumpstart Website Profile' -version: 11.4.2 +version: 11.4.3 type: profile project: Stanford core_version_requirement: ^10 || ^11