From 038279af749f24fd800aef11800e5c462a421af6 Mon Sep 17 00:00:00 2001 From: Vincent Gao Date: Thu, 25 Jan 2024 15:06:09 +1100 Subject: [PATCH] update entity_embed --- composer.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/composer.json b/composer.json index a99bf37cd..448654568 100644 --- a/composer.json +++ b/composer.json @@ -26,9 +26,6 @@ "Querying with NULL values results in warning mb_strtolower() - https://www.drupal.org/project/drupal/issues/3302838": "https://www.drupal.org/files/issues/2022-08-23/3302838-13.patch", "Refactor Xss::attributes() to allow filtering of style attribute values - https://www.drupal.org/project/drupal/issues/3109650#comment-15126604": "https://www.drupal.org/files/issues/2023-06-28/3109650-63.patch" }, - "drupal/entity_embed": { - "More defensive handling of data-entity-embed-display-settings - https://www.drupal.org/project/entity_embed/issues/3010942": "https://www.drupal.org/files/issues/2019-12-11/3077225-10.reduce-invalid-config-logs.patch" - }, "drupal/field_group": { "Nested groups render on other entity forms (or when fields are inaccessible) when they shouldn't: https://www.drupal.org/project/field_group/issues/3098550": "https://www.drupal.org/files/issues/2020-06-18/3098550-12.patch", "Tabs with invalid input are not focused - https://www.drupal.org/project/field_group/issues/2894351#comment-14063815": "https://www.drupal.org/files/issues/2021-04-18/2894351-23.patch" @@ -221,7 +218,7 @@ "drupal/dynamic_entity_reference": "^3.0", "drupal/editor_advanced_link": "^2.2.3", "drupal/entity_browser": "^2.9", - "drupal/entity_embed": "1.x-dev@dev", + "drupal/entity_embed": "dev-3410132-entity-embed-dialog", "drupal/entity_reference_revisions": "^1.10", "drupal/environment_indicator": "^4.0", "drupal/fast_404": "^3.0",