diff --git a/composer.json b/composer.json index e8714474..792bc414 100644 --- a/composer.json +++ b/composer.json @@ -40,6 +40,7 @@ "drupal/leaflet": "^10.2", "drupal/leaflet_more_maps": "^2.1", "drupal/leaflet_more_markers": "^1.1", + "drupal/link_attributes": "^2.1", "drupal/linked_field": "^1", "drupal/mailsystem": "^4.4", "drupal/metatag": "^1.21", diff --git a/composer.lock b/composer.lock index a1d539ce..795f4492 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "6778a78b078bf0e61071aa99f5125ee2", + "content-hash": "3df44fe7e3dbab9ebda38b67e8248918", "packages": [ { "name": "ajgl/breakpoint-twig-extension", @@ -7238,26 +7238,30 @@ }, { "name": "drupal/link_attributes", - "version": "1.14.0", + "version": "2.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/link_attributes.git", - "reference": "8.x-1.14" + "reference": "2.1.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/link_attributes-8.x-1.14.zip", - "reference": "8.x-1.14", - "shasum": "fa4f27ecaed7e6b3c58c0adc679918a9beb7ded5" + "url": "https://ftp.drupal.org/files/projects/link_attributes-2.1.0.zip", + "reference": "2.1.0", + "shasum": "3cac3d09a8351c0ca41a43ee26bba02fac31ef18" }, "require": { - "drupal/core": "^9 || ^10" + "drupal/core": "^9 || ^10", + "php": ">=8.0" + }, + "require-dev": { + "drupal/linkit": "6.x-dev" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.14", - "datestamp": "1687393687", + "version": "2.1.0", + "datestamp": "1690356668", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" diff --git a/config/sync/block_class.settings.yml b/config/sync/block_class.settings.yml index e673acd6..f4f0cf98 100644 --- a/config/sync/block_class.settings.yml +++ b/config/sync/block_class.settings.yml @@ -1,3 +1,4 @@ +langcode: fr maxlength_block_class_field: 255 field_type: multiple_textfields default_case: standard diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index 5fc4701e..924ed88f 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -91,6 +91,7 @@ module: leaflet_views: 0 link: 0 link_attributes: 0 + link_attributes_menu_link_content: 0 linkit: 0 locale: 0 maillog: 0 diff --git a/web/profiles/d8-starterkit-profile b/web/profiles/d8-starterkit-profile index 0f4546ec..b23ced42 160000 --- a/web/profiles/d8-starterkit-profile +++ b/web/profiles/d8-starterkit-profile @@ -1 +1 @@ -Subproject commit 0f4546eca2043fa533e503fd5192a18771703ff1 +Subproject commit b23ced426ada76452e5df48f1b46efdbb2ec0dc1