diff --git a/composer.json b/composer.json index 99d945d74108315b7cded0fac713928b3c9deda0..51f45bc869802188a6c4c9b6d502da1e498461dd 100644 --- a/composer.json +++ b/composer.json @@ -381,7 +381,9 @@ }, "drupal/entity_embed": { "Issue #2832504: Send the CKEditor instance ID to the embed.preview route.": - "https://www.drupal.org/files/issues/2832504-2.patch" + "https://www.drupal.org/files/issues/2832504-2.patch", + "Issue #2511404: Image entities/fields embedded using Entity Embed cannot be linked in CKEditor": + "https://www.drupal.org/files/issues/2018-04-23/25114040-47.patch" }, "drupal/entity_browser": { "Issue #2865928: The View widget should filter based on field settings.": diff --git a/drupal-org.make b/drupal-org.make index fa8f966f420890aa940fa684367c33421c2fff40..3cd8d3de8d961dec5a1af1afc63e56cd433f7fbd 100644 --- a/drupal-org.make +++ b/drupal-org.make @@ -103,6 +103,8 @@ projects[entity_embed][type] = module projects[entity_embed][version] = 1.0-beta2 ;; Issue #2832504 - Send the CKEditor instance ID to the embed.preview route. projects[entity_embed][patch][] = https://www.drupal.org/files/issues/2832504-2.patch +;; Issue #2511404: Image entities/fields embedded using Entity Embed cannot be linked in CKEditor. +projects[entity_embed][patch][] = https://www.drupal.org/files/issues/2018-04-23/25114040-47.patch projects[inline_entity_form][type] = module projects[inline_entity_form][version] = 1.0-rc1