From 9e68fb2930e4e5089ab356a1579f1e57b726aa11 Mon Sep 17 00:00:00 2001 From: bcweaver <brianweaver@gmail.com> Date: Thu, 18 Apr 2019 13:09:50 -0400 Subject: [PATCH] Switch 'entity_embed' patch from drupal.org URL to modified local version the drupal.org one patches tests we don't have in the distribution version --- composer.json | 2 +- patches/entity_embed_2881745-22.patch | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 patches/entity_embed_2881745-22.patch diff --git a/composer.json b/composer.json index dfa7427e3c..9d9b7bf4df 100644 --- a/composer.json +++ b/composer.json @@ -280,7 +280,7 @@ "2811337": "https://www.drupal.org/files/issues/menu_block-2_level_menu_block_not_limited_to_active_parent-2811337-58.patch" }, "drupal/entity_embed": { - "2881745": "https://www.drupal.org/files/issues/2018-12-04/2881745-22.patch" + "2881745": "patches/entity_embed_2881745-22.patch" }, "drupal/smtp": { "2781157": "https://www.drupal.org/files/issues/2018-11-07/2781157-n10.patch" diff --git a/patches/entity_embed_2881745-22.patch b/patches/entity_embed_2881745-22.patch new file mode 100644 index 0000000000..e780c28fc2 --- /dev/null +++ b/patches/entity_embed_2881745-22.patch @@ -0,0 +1,10 @@ +diff --git a/templates/entity-embed-container.html.twig b/templates/entity-embed-container.html.twig +index 43fedc7..e3af878 100644 +--- a/templates/entity-embed-container.html.twig ++++ b/templates/entity-embed-container.html.twig +@@ -12,4 +12,4 @@ + * @ingroup themeable + */ + #} +-<article{{ attributes }}>{{ children }}</article> ++<div{{ attributes }}>{{ children }}</div> -- GitLab