From 6f1e1eb5c21f22d72426628c99457ca927ecc244 Mon Sep 17 00:00:00 2001 From: Yasmeen Abuerrub <yabuerrub@hotmail.com> Date: Thu, 17 Aug 2017 13:09:55 +0300 Subject: [PATCH] Issue #2902832 by yasmeensalah: Updated [paragraphs] module to the latest dev version --- composer.json | 4 ++-- drupal-org.make | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index bbc0f17b..ade3ce1e 100644 --- a/composer.json +++ b/composer.json @@ -120,7 +120,7 @@ "drupal/taxonomy_access_fix": "2.1", "drupal/better_exposed_filters": "3.0-alpha3", "drupal/link_attributes": "1.1", - "drupal/paragraphs": "1.x-dev#e907f6d57c44e81d65e8c1e7247dccd0eae92258", + "drupal/paragraphs": "1.x-dev#d15b2e44281e5d85f9dfde164df61ccc8a764e9a", "drupal/color_field": "2.0-rc2", "drupal/entity_reference_revisions": "1.3", "drupal/viewsreference": "1.0", @@ -257,7 +257,7 @@ "Issue #2461695: Support translatable paragraph entity reference revision field": "https://www.drupal.org/files/issues/meta_support-2461695-206.patch", "Issue #2877927 by yasmeensalah, samuel.seide: Show add widget between paragraphs on hover": - "https://www.drupal.org/files/issues/show_add_widget-2877927-25.patch" + "https://www.drupal.org/files/issues/show_add_widget-2877927-27.patch" }, "drupal/adminimal_theme": { "Issue #2696393 by kasperg, ahmadhalah: Checkboxes with .error class are not usable": diff --git a/drupal-org.make b/drupal-org.make index 194b264b..e41ed72c 100644 --- a/drupal-org.make +++ b/drupal-org.make @@ -221,12 +221,12 @@ projects[link_attributes][version] = 1.1 projects[paragraphs[type] = module projects[paragraphs][download][url] = https://git.drupal.org/project/paragraphs.git -projects[paragraphs][download][revision] = e907f6d57c44e81d65e8c1e7247dccd0eae92258 +projects[paragraphs][download][revision] = d15b2e44281e5d85f9dfde164df61ccc8a764e9a projects[paragraphs][download][branch] = 8.x-1.x ;; Issue #2461695: Support translatable paragraph entity reference revision field projects[paragraphs][patch][] = https://www.drupal.org/files/issues/meta_support-2461695-206.patch ;; Issue #2877927 by yasmeensalah, samuel.seide: Show add widget between paragraphs on hover -projects[paragraphs][patch][] = https://www.drupal.org/files/issues/show_add_widget-2877927-25.patch +projects[paragraphs][patch][] = https://www.drupal.org/files/issues/show_add_widget-2877927-27.patch projects[color_field][type] = module projects[color_field][version] = 2.0-rc2 @@ -395,7 +395,7 @@ projects[adminimal_theme][patch][] = https://www.drupal.org/files/issues/adminim ;;;;;;;;;;;;;;;;;;;;; ;; Legacy Contrib modules. ;; - Not used, but kept for projects which still using them -;; - As a step to update or migrate and use new selected modules. +;; - As a step to update or migrate and use new selected modules. ;;;;;;;;;;;;;;;;;;;;; projects[libraries][type] = module -- GitLab