Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

11.4.3 #817

Merged
merged 1 commit into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion stanford_profile.info.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading