From 73233af825b56faa94ce437a09d9b41392540499 Mon Sep 17 00:00:00 2001 From: Rajab Natshah <rajabn@gmail.com> Date: Thu, 28 Mar 2019 20:43:06 +0200 Subject: [PATCH] Issue #3043881: Add [Varbase Update Helper] to the List of default varbase components, which they will be installed when we install varbase --- configbit/default.components.varbase.bit.yml | 3 ++- drupal-org.make | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/configbit/default.components.varbase.bit.yml b/configbit/default.components.varbase.bit.yml index eeffc187..f525dd07 100644 --- a/configbit/default.components.varbase.bit.yml +++ b/configbit/default.components.varbase.bit.yml @@ -11,7 +11,7 @@ config_bit: dependencies: # Enable listed modules in order at this installation step. - libraries - # Enable listed Varbase modules in order at this installation step. + # Enable listed Varbase modules in order at this installation step. - varbase_core - varbase_media - varbase_editor @@ -24,3 +24,4 @@ config_bit: - varbase_total_control - varbase_default_content - varbase_tour + - varbase_update_helper diff --git a/drupal-org.make b/drupal-org.make index 2f5269b7..d35e112b 100644 --- a/drupal-org.make +++ b/drupal-org.make @@ -386,6 +386,12 @@ projects[slick_views][version] = 1.0 projects[slick_media][type] = module projects[slick_media][version] = 2.0-alpha3 +projects[update_helper][type] = module +projects[update_helper][version] = 1.0 + +projects[checklistapi][type] = module +projects[checklistapi][version] = 1.10 + ;;;;;;;;;;;;;;;;;;;;; ;; Development contrib modules ;;;;;;;;;;;;;;;;;;;;; -- GitLab