From ba495401f5f77589545c843b238871b13e408c8c Mon Sep 17 00:00:00 2001 From: David Blankenship Date: Wed, 11 Oct 2023 11:49:41 -0400 Subject: [PATCH] fix(allowed_formats): add patch to default values --- web/profiles/custom/yalesites_profile/composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/profiles/custom/yalesites_profile/composer.json b/web/profiles/custom/yalesites_profile/composer.json index 2242530226..991ab9c23e 100644 --- a/web/profiles/custom/yalesites_profile/composer.json +++ b/web/profiles/custom/yalesites_profile/composer.json @@ -141,6 +141,9 @@ }, "drupal/redirect": { "fix validation issue on adding url redirect": "https://www.drupal.org/files/issues/2023-08-09/3057250-65.patch" + }, + "drupal/allowed_formats": { + "allowed formats missing default value": "https://www.drupal.org/files/issues/2022-02-02/2950548-allowed_formats-missing_default_value.patch" } } }