From f35c74ba8f55b2a77b8f7b93e5dec64154107a08 Mon Sep 17 00:00:00 2001 From: Rajab Natshah <r.natshah@vardot.com> Date: Thu, 8 Sep 2016 07:44:38 +0300 Subject: [PATCH] Issue #2796297 by ahmadjd94, RajabNatshah: Updated [Varbase 8.x-4.x] profile: Added the poll module to Varbase 8.x-4.x but it not enabled by default. --- composer.json | 1 + drupal-org.make | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/composer.json b/composer.json index a52a4402..243e9e2e 100644 --- a/composer.json +++ b/composer.json @@ -109,6 +109,7 @@ "drupal/anchor_link": "8.1.0-alpha1", "drupal/features": "8.3.0-beta7", "drupal/views_infinite_scroll": "8.1.2", + "drupal/poll": "8.1.0", "drupal/embed": "8.1.0-rc3", "drupal/entity": "8.1.0-alpha3", diff --git a/drupal-org.make b/drupal-org.make index bad49548..984e661d 100644 --- a/drupal-org.make +++ b/drupal-org.make @@ -193,6 +193,12 @@ projects[video_embed_field][download][type] = git projects[video_embed_field][download][url] = https://git.drupal.org/project/video_embed_field projects[video_embed_field][download][tag] = 8.x-1.2 +projects[poll][type] = module +projects[poll][subdir] = "contrib" +projects[poll][download][type] = git +projects[poll][download][url] = https://git.drupal.org/project/poll +projects[poll][download][tag] = 8.x-1.0 + ;;;;;;;;;;;;;;;;;;;;; ;; Contrib modules for Varbase SEO. ;;;;;;;;;;;;;;;;;;;;; -- GitLab