From dbc741673d4a1945f19684e1156a3a55a6848b09 Mon Sep 17 00:00:00 2001 From: Rajab Natshah <rajabn@gmail.com> Date: Mon, 4 Jun 2018 12:53:02 +0300 Subject: [PATCH] Issue #2977178: Added [Paragraphs Features] module 8.1.0 --- composer.json | 1 + drupal-org.make | 13 ++++++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 4295bd9b..3eaf7302 100644 --- a/composer.json +++ b/composer.json @@ -137,6 +137,7 @@ "drupal/link_attributes": "1.3", "drupal/paragraphs": "1.2", "drupal/paragraphs_previewer": "1.2", + "drupal/paragraphs_features": "1.0", "drupal/material_admin_support": "1.x-dev#96ce192c31643faf69d77aca3c68578f778be3bc", "drupal/type_style": "1.x-dev#486a8ec7c1c7dcd93790ee281c78cfa3dba90d78", "drupal/color_field": "2.0-rc3", diff --git a/drupal-org.make b/drupal-org.make index 17cc10f2..3762ac3d 100644 --- a/drupal-org.make +++ b/drupal-org.make @@ -291,6 +291,14 @@ projects[paragraphs][patch][] = https://www.drupal.org/files/issues/2909416-2.pa ;; Issue #2924774: Let Editors add/delete/clone paragraphs When [Editing a translation] projects[paragraphs][patch][] = https://www.drupal.org/files/issues/2924774-4.patch +projects[paragraphs_previewer][type] = module +projects[paragraphs_previewer][version] = 1.2 +;; Issue #2904917: Make paragraph previewer work with new UI/UX improvement patch +projects[paragraphs_previewer][patch][] = https://www.drupal.org/files/issues/2904917-2.patch + +projects[paragraphs_features][type] = module +projects[paragraphs_features][version] = 1.0 + projects[color_field][type] = module projects[color_field][version] = 2.0-rc3 @@ -358,11 +366,6 @@ projects[ckeditor_media_embed][patch][] = https://www.drupal.org/files/issues/em projects[styleguide][type] = module projects[styleguide][version] = 1.0-alpha3 -projects[paragraphs_previewer][type] = module -projects[paragraphs_previewer][version] = 1.2 -;; Issue #2904917: Make paragraph previewer work with new UI/UX improvement patch -projects[paragraphs_previewer][patch][] = https://www.drupal.org/files/issues/2904917-2.patch - projects[material_admin_support][type] = module projects[material_admin_support][download][url] = https://git.drupal.org/project/material_admin_support.git projects[material_admin_support][download][revision] = 96ce192c31643faf69d77aca3c68578f778be3bc -- GitLab