Skip to content

Commit

Permalink
11.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish authored Sep 25, 2024
1 parent 1fc644e commit 5f8e7fa
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 1 deletion.
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

0 comments on commit 5f8e7fa

Please sign in to comment.