From db697892f281650608a4d6a3ee1d44c7f3ab80c8 Mon Sep 17 00:00:00 2001 From: Rajab Natshah <rajabn@gmail.com> Date: Fri, 7 Jul 2017 08:13:19 +0300 Subject: [PATCH] Issue #2892894: Added the Patch for Support translatable paragraph entity reference revision field --- composer.json | 2 +- drupal-org.make | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 08414e12..da5678b7 100644 --- a/composer.json +++ b/composer.json @@ -263,7 +263,7 @@ "drupal/taxonomy_access_fix": "2.1", "drupal/better_exposed_filters": "3.0-alpha2", "drupal/link_attributes": "1.0", - "drupal/paragraphs": "1.1", + "drupal/paragraphs": "1.x-dev#c14d496c312373fde8029a1ad72c3d4cc2363ae6", "drupal/color_field": "2.0-rc2", "drupal/entity_reference_revisions": "1.3", "drupal/viewsreference": "1.0-beta1", diff --git a/drupal-org.make b/drupal-org.make index a96e6129..ade65760 100644 --- a/drupal-org.make +++ b/drupal-org.make @@ -201,8 +201,10 @@ projects[link_attributes][version] = 1.0 projects[paragraphs][type] = module projects[paragraphs][version] = 1.1 -projects[paragraphs][type] = module -projects[paragraphs][version] = 1.1 +projects[paragraphs[type] = module +projects[paragraphs][download][url] = https://git.drupal.org/project/paragraphs.git +projects[paragraphs][download][revision] = c14d496c312373fde8029a1ad72c3d4cc2363ae6 +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 #2828110 by chr.fritsch, pixelmord: Sorting of paragraphs 03 - create a NEW paragraph "in place" between existing ones -- GitLab