From c85f7531a176772714688184a01e64da3644597d Mon Sep 17 00:00:00 2001 From: Joe Tower Date: Thu, 14 Sep 2023 17:49:37 -0500 Subject: [PATCH 1/3] fix(YALB-1423): update label: floated to inline --- .../config/sync/ys_themes.component_overrides.yml | 2 +- .../ys_themes/config/install/ys_themes.component_overrides.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/profiles/custom/yalesites_profile/config/sync/ys_themes.component_overrides.yml b/web/profiles/custom/yalesites_profile/config/sync/ys_themes.component_overrides.yml index 1a26f73c74..4d699122c2 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/ys_themes.component_overrides.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/ys_themes.component_overrides.yml @@ -79,7 +79,7 @@ wrapped_image: default: left field_style_variation: values: - floated: Floated + floated: Inline offset: Offset default: offset grand_hero: diff --git a/web/profiles/custom/yalesites_profile/modules/custom/ys_themes/config/install/ys_themes.component_overrides.yml b/web/profiles/custom/yalesites_profile/modules/custom/ys_themes/config/install/ys_themes.component_overrides.yml index 9c7a9f89b9..e19238552b 100644 --- a/web/profiles/custom/yalesites_profile/modules/custom/ys_themes/config/install/ys_themes.component_overrides.yml +++ b/web/profiles/custom/yalesites_profile/modules/custom/ys_themes/config/install/ys_themes.component_overrides.yml @@ -79,7 +79,7 @@ wrapped_image: default: left field_style_variation: values: - floated: Floated + floated: Inline offset: Offset default: offset grand_hero: From d4009d2a9ac2c7a989799477093e84ba1a55893d Mon Sep 17 00:00:00 2001 From: David Blankenship <128765777+dblanken-yale@users.noreply.github.com> Date: Wed, 20 Sep 2023 11:06:36 -0400 Subject: [PATCH 2/3] feat(YALB-1425): disallow gif images (#429) This modifies the shared field_media_image field to disallow gif files across the site as a way to disallow animations. The idea was that if you are using a GIF, you probably are animating it. If you are not, then you probably want to use a PNG file. --- .../config/sync/field.field.media.image.field_media_image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/profiles/custom/yalesites_profile/config/sync/field.field.media.image.field_media_image.yml b/web/profiles/custom/yalesites_profile/config/sync/field.field.media.image.field_media_image.yml index f06a112866..4a2ca6e6da 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/field.field.media.image.field_media_image.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/field.field.media.image.field_media_image.yml @@ -24,7 +24,7 @@ settings: handler: 'default:file' handler_settings: { } file_directory: '[date:custom:Y]-[date:custom:m]' - file_extensions: 'png gif jpg jpeg' + file_extensions: 'png jpg jpeg' max_filesize: '' max_resolution: '' min_resolution: '' @@ -33,7 +33,7 @@ settings: title_field: false title_field_required: false default_image: - uuid: null + uuid: '' alt: '' title: '' width: null From 41736b4a73a2101e7440ce1ac69d139bd678dd5a Mon Sep 17 00:00:00 2001 From: David Blankenship <128765777+dblanken-yale@users.noreply.github.com> Date: Thu, 21 Sep 2023 11:04:12 -0400 Subject: [PATCH 3/3] fix(YALB-1373): do not remove filler words in urls (#432) Before, we were removing filler words in the URL generation, such as 'a', 'the', 'this', 'that', etc. We no longer wish to remove these, so urls will now include these filler words as well going forward. --- .../custom/yalesites_profile/config/sync/pathauto.settings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/profiles/custom/yalesites_profile/config/sync/pathauto.settings.yml b/web/profiles/custom/yalesites_profile/config/sync/pathauto.settings.yml index 46234053a0..9c5f28d095 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/pathauto.settings.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/pathauto.settings.yml @@ -42,7 +42,7 @@ max_component_length: 100 transliterate: true reduce_ascii: false case: true -ignore_words: 'a, an, as, at, before, but, by, for, from, is, in, into, like, of, off, on, onto, per, since, than, the, this, that, to, up, via, with' +ignore_words: '' update_action: 2 safe_tokens: - alias