Skip to content

Commit

Permalink
Upstream updates from stanford_profile tag 11.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
imonroe committed May 15, 2024
2 parents 7bb88f0 + e8f1410 commit 46080bd
Show file tree
Hide file tree
Showing 47 changed files with 1,085 additions and 650 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"require": {
"ext-imagick": "*",
"acquia/drupal-environment-detector": "^1.0",
"acquia/memcache-settings": "^1.2",
"citation-style-language/locales": "1.0.0",
"citation-style-language/styles-distribution": "1.0.0",
"composer/installers": ">=1.2",
Expand All @@ -64,7 +63,7 @@
"drupal/core": "~10.2.0",
"drupal/cshs": "^4.0",
"drupal/default_content": "^2.0@alpha",
"drupal/diff": "^1.0@RC",
"drupal/diff": "1.1.0",
"drupal/display_field_copy": "^2.0.",
"drupal/domain_301_redirect": "^2.0",
"drupal/ds": "^3.3",
Expand Down Expand Up @@ -167,7 +166,7 @@
"su-sws/stanford_fields": "^8.2",
"su-sws/stanford_media": "^11.0",
"su-sws/stanford_migrate": "^8.3",
"su-sws/stanford_profile_helper": "9.x-dev",
"su-sws/stanford_profile_helper": "^9.6",
"su-sws/stanford_samlauth": "^1.0"
},
"config": {
Expand Down Expand Up @@ -198,7 +197,7 @@
"https://www.drupal.org/project/google_analytics/issues/3373921": "https://www.drupal.org/files/issues/2023-08-07/google-analytics-issues-3373921-cannot-install-from-existing-config-11.patch"
},
"drupal/hook_event_dispatcher": {
"https://www.drupal.org/project/hook_event_dispatcher/issues/3354751": "https://www.drupal.org/files/issues/2023-04-17/hook_event_dispatcher-4.x-3354751.patch"
"https://www.drupal.org/project/hook_event_dispatcher/issues/3354751": "https://www.drupal.org/files/issues/2024-03-14/hook_event_dispatcher-4.x-3354751-7.patch"
},
"drupal/menu_block": {
"https://www.drupal.org/project/menu_block/issues/3271218": "https://www.drupal.org/files/issues/2022-04-29/menu_block_rendered_empty-3271218-17.patch"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ content:
type: link
label: above
settings:
trim_length: 80
trim_length: null
url_only: false
url_plain: false
rel: ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ content:
type: link
label: above
settings:
trim_length: 80
trim_length: null
url_only: false
url_plain: false
rel: ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ content:
type: link
label: above
settings:
trim_length: 80
trim_length: null
url_only: false
url_plain: false
rel: ''
Expand All @@ -39,7 +39,7 @@ content:
type: link
label: above
settings:
trim_length: 80
trim_length: null
url_only: false
url_plain: false
rel: ''
Expand All @@ -51,7 +51,7 @@ content:
type: link
label: above
settings:
trim_length: 80
trim_length: null
url_only: false
url_plain: false
rel: ''
Expand Down
14 changes: 12 additions & 2 deletions config/sync/core.entity_view_display.media.image.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ dependencies:
- media.type.image
- responsive_image.styles.full_responsive
module:
- empty_fields
- field_formatter_class
- field_label
- responsive_image
_core:
default_config_hash: 4Ny-qpsNb-KZOCogLHV8JHe6zj4XdpwpDi_eu-qFVCs
Expand All @@ -23,8 +26,15 @@ content:
responsive_image_style: full_responsive
image_link: ''
image_loading:
attribute: eager
third_party_settings: { }
attribute: lazy
third_party_settings:
empty_fields:
handler: ''
field_formatter_class:
class: ''
field_label:
label_value: ''
label_tag: ''
weight: 0
region: content
hidden:
Expand Down
20 changes: 15 additions & 5 deletions config/sync/core.entity_view_display.media.video.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ dependencies:
- field.field.media.video.su_media_category
- media.type.video
module:
- oembed_lazyload
- empty_fields
- field_formatter_class
- field_label
- media
_core:
default_config_hash: Lcpr93rB3W6kcI48KJ3MhzP4Kg3HObfdAS8RDpoIyTg
id: media.video.default
Expand All @@ -16,14 +19,21 @@ bundle: video
mode: default
content:
field_media_oembed_video:
type: lazyload_oembed
type: oembed
label: hidden
settings:
max_width: 0
max_height: 0
strategy: intersection_observer
intersection_observer_margin: ''
third_party_settings: { }
loading:
attribute: lazy
third_party_settings:
empty_fields:
handler: ''
field_formatter_class:
class: ''
field_label:
label_value: ''
label_tag: ''
weight: 0
region: content
hidden:
Expand Down
2 changes: 1 addition & 1 deletion config/sync/core.entity_view_display.media.video.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ content:
max_width: 0
max_height: 0
loading:
attribute: eager
attribute: lazy
third_party_settings: { }
weight: 0
region: content
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ content:
type: link
label: hidden
settings:
trim_length: 80
trim_length: null
url_only: true
url_plain: false
rel: '0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ content:
type: link
label: hidden
settings:
trim_length: 80
trim_length: null
url_only: true
url_plain: false
rel: '0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ content:
type: link
label: above
settings:
trim_length: 80
trim_length: null
url_only: false
url_plain: false
rel: ''
Expand Down Expand Up @@ -769,7 +769,7 @@ content:
type: link
label: above
settings:
trim_length: 80
trim_length: null
url_only: false
url_plain: false
rel: ''
Expand All @@ -781,7 +781,7 @@ content:
type: link
label: above
settings:
trim_length: 80
trim_length: null
url_only: false
url_plain: false
rel: ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ content:
type: link
label: hidden
settings:
trim_length: 80
trim_length: null
url_only: false
url_plain: false
rel: ''
Expand Down Expand Up @@ -138,7 +138,7 @@ content:
type: link
label: hidden
settings:
trim_length: 80
trim_length: null
url_only: false
url_plain: false
rel: ''
Expand All @@ -159,7 +159,7 @@ content:
type: link
label: hidden
settings:
trim_length: 80
trim_length: null
url_only: false
url_plain: false
rel: ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ content:
type: link
label: hidden
settings:
trim_length: 80
trim_length: null
url_only: false
url_plain: false
rel: ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -278,10 +278,13 @@ third_party_settings:
rel: nofollow
target: '0'
third_party_settings:
empty_fields:
handler: ''
field_formatter_class:
class: su-person-links
ds:
ds_limit: ''
field_label:
label_value: ''
label_tag: h3
weight: 10
additional: { }
82a532c7-d73f-491e-8ce3-3fd27c29a815:
Expand Down Expand Up @@ -601,7 +604,7 @@ third_party_settings:
label: hidden
settings:
class: su-button
trim_length: 80
trim_length: null
url_only: false
url_plain: false
rel: '0'
Expand Down Expand Up @@ -758,7 +761,7 @@ content:
type: link
label: above
settings:
trim_length: 80
trim_length: null
url_only: false
url_plain: false
rel: ''
Expand Down Expand Up @@ -825,7 +828,7 @@ content:
type: link
label: above
settings:
trim_length: 80
trim_length: null
url_only: false
url_plain: false
rel: ''
Expand Down Expand Up @@ -860,7 +863,7 @@ content:
type: link
label: above
settings:
trim_length: 80
trim_length: null
url_only: false
url_plain: false
rel: ''
Expand Down Expand Up @@ -889,7 +892,7 @@ content:
type: link
label: above
settings:
trim_length: 80
trim_length: null
url_only: false
url_plain: false
rel: ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ content:
type: link
label: hidden
settings:
trim_length: 80
trim_length: null
url_only: false
url_plain: false
rel: ''
Expand Down Expand Up @@ -145,7 +145,7 @@ content:
type: link
label: hidden
settings:
trim_length: 80
trim_length: null
url_only: false
url_plain: false
rel: ''
Expand Down Expand Up @@ -180,7 +180,7 @@ content:
type: link
label: hidden
settings:
trim_length: 80
trim_length: null
url_only: false
url_plain: false
rel: ''
Expand Down Expand Up @@ -209,7 +209,7 @@ content:
type: link
label: hidden
settings:
trim_length: 80
trim_length: null
url_only: false
url_plain: false
rel: ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ third_party_settings:
label: hidden
settings:
class: su-button
trim_length: 80
trim_length: null
url_only: false
url_plain: false
rel: '0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ content:
type: link
label: hidden
settings:
trim_length: 80
trim_length: null
url_only: false
url_plain: false
rel: ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ content:
label: hidden
settings:
class: su-button
trim_length: 80
trim_length: null
url_only: false
url_plain: false
rel: '0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ content:
label: hidden
settings:
class: su-button
trim_length: 80
trim_length: null
url_only: false
url_plain: false
rel: '0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ content:
label: hidden
settings:
class: 'su-button su-margin-top-5'
trim_length: 80
trim_length: null
url_only: false
url_plain: false
rel: '0'
Expand Down
Loading

0 comments on commit 46080bd

Please sign in to comment.