From 721c4a2c496f2a44b9755cfee5f088e4c0caf2cf Mon Sep 17 00:00:00 2001 From: Efstathios Papadopoulos Date: Thu, 28 Jul 2016 11:09:46 +0200 Subject: [PATCH] Add config_update module to base-modules. https://www.drupal.org/project/config_update From the description: The main use case is: You update a module, and it has either changed default config that it provides, or added new config items. You want to be able to import the new items, view the differences between the site config and the changed config, and possibly "revert" (or it may be an update) to the newly-provided default config. --- drupal8/commons/base-modules.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drupal8/commons/base-modules.yml b/drupal8/commons/base-modules.yml index 9b4be68..b6c0b29 100644 --- a/drupal8/commons/base-modules.yml +++ b/drupal8/commons/base-modules.yml @@ -20,6 +20,8 @@ projects: version: "1" coffee: version: "1" + config_update: + version: "1" content_browser: version: "1.x-dev" crop: