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:
parent
d6e494f536
commit
7e01653874
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ module:
|
|||
datetime_range: 0
|
||||
dblog: 0
|
||||
default_content: 0
|
||||
diff: 0
|
||||
drutopia_action: 0
|
||||
drutopia_article: 0
|
||||
drutopia_blog: 0
|
||||
|
|
Loading…
Reference in a new issue