Manually enable Diff module in core.extension.yml

to prevent errors on import like:

 [error]  Drupal\Core\Config\ConfigImporterException: There were errors validating the config synchronization.
Configuration <em class=placeholder>diff.settings</em> depends on the <em class=placeholder>Diff</em> module that will not be installed after import. in Drupal\Core\Config\ConfigImporter->validate() (line 737 of /var/www/drutopia/web/core/lib/Drupal/Core/Config/ConfigImporter.php).

Ref #139
This commit is contained in:
benjamin melançon 2018-12-27 00:40:34 -05:00
parent d6e494f536
commit 7e01653874

View file

@ -37,6 +37,7 @@ module:
datetime_range: 0 datetime_range: 0
dblog: 0 dblog: 0
default_content: 0 default_content: 0
diff: 0
drutopia_action: 0 drutopia_action: 0
drutopia_article: 0 drutopia_article: 0
drutopia_blog: 0 drutopia_blog: 0