Skip to content

Commit

Permalink
Merge branch '11.x' of https://github.com/SU-SWS/stanford_profile int…
Browse files Browse the repository at this point in the history
…o 10.x
  • Loading branch information
pookmish committed Sep 27, 2024
2 parents 84fbe07 + ddad357 commit 54327a2
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,14 @@ _Release Date: 2022-08-11_

- Fixed events importer title property.

11.4.4
-------------------------------------------------------------------------------
- Updated image_effects module for compatibility with imagemagic 4.0.0.

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
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"drupal/google_tag": "^2.0",
"drupal/graphql_compose": "^2.0",
"drupal/hook_event_dispatcher": "^4.0@beta",
"drupal/image_effects": "^3.2",
"drupal/image_effects": "^4.0",
"drupal/imagecache_external": "^3.0",
"drupal/imagemagick": "^4.0",
"drupal/jquery_ui_draggable": "^2.0",
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

0 comments on commit 54327a2

Please sign in to comment.