diff --git a/composer.json b/composer.json index fb2b02ed0..981781e16 100644 --- a/composer.json +++ b/composer.json @@ -92,6 +92,9 @@ }, "drupal/social_media": { "Add missing schema to social media. (https://www.drupal.org/project/social_media/issues/2986819)": "https://git.drupalcode.org/project/social_media/-/commit/1964f42e5a6fb5d7a97fdf8ec5ca259bc6c5b19a.patch" + }, + "drupal/translatable_menu_link_uri": { + "[#UHF-8616] D10 compatibility patch for translatable menu link uri": "https://raw.githubusercontent.com/City-of-Helsinki/drupal-helfi-platform-config/c03c575cdd293b7933248cfb4d0fb7b47be5422b/patches/translatable_menu_link_uri_d10.patch" } } } diff --git a/patches/translatable_menu_link_uri_d10.patch b/patches/translatable_menu_link_uri_d10.patch new file mode 100644 index 000000000..f8de02434 --- /dev/null +++ b/patches/translatable_menu_link_uri_d10.patch @@ -0,0 +1,14 @@ +diff --git a/translatable_menu_link_uri.info.yml b/translatable_menu_link_uri.info.yml +index 903d214..ac1b672 100644 +--- a/translatable_menu_link_uri.info.yml ++++ b/translatable_menu_link_uri.info.yml +@@ -1,8 +1,7 @@ + name: Translatable Menu Link Uri + type: module + description: This module enables support for translation of link field in menu_link_content entity. +-core: 8.x +-core_version_requirement: ^8 || ^9 ++core_version_requirement: ^8 || ^9 || ^10 + package: Custom + dependencies: + - drupal:menu_link_content