From 24fe451e07e7818b55ced93e614a212a6146fa61 Mon Sep 17 00:00:00 2001 From: Rajab Natshah <rajabn@gmail.com> Date: Sun, 18 Jun 2017 16:24:39 +0300 Subject: [PATCH] Issue #2886156 by RajabNatshah, yasmeensalah, Mohammed J. Razem: Update [Varbase Landing] feature to use [Paragraphs] instead of [Panelizer] --- composer.json | 1 + drupal-org.make | 3 +++ 2 files changed, 4 insertions(+) diff --git a/composer.json b/composer.json index 5e3a21a0..5be83e29 100644 --- a/composer.json +++ b/composer.json @@ -254,6 +254,7 @@ "drupal/better_exposed_filters": "3.0-alpha2", "drupal/link_attributes": "1.0", "drupal/paragraphs": "1.1", + "drupal/entity_reference_revisions": "1.3", "drupal/viewsreference": "1.0-beta1", "drupal/libraries": "3.x-dev#061ead081c92a6209b09eaf23b4e3103f360946e", "drupal/layout_plugin": "1.0-alpha23", diff --git a/drupal-org.make b/drupal-org.make index 96282e65..45a69179 100644 --- a/drupal-org.make +++ b/drupal-org.make @@ -206,6 +206,9 @@ projects[paragraphs][version] = 1.1 ;; Issue #2828110 by chr.fritsch, pixelmord: Sorting of paragraphs 03 - create a NEW paragraph "in place" between existing ones projects[paragraphs][patch][] = https://www.drupal.org/files/issues/sorting_of_paragraphs-2828110-6.patch +projects[entity_reference_revisions][type] = module +projects[entity_reference_revisions][version] = 1.3 + projects[viewsreference][type] = module projects[viewsreference][version] = 1.0-beta1 -- GitLab