I am receiving configuration synchronization errors that are causing my Drupal site install to fail. These errors appear to be the result of me attempting to include configuration files for a particular module in the config/sync
directory without including the module in core.extension.yml
.
The reason why I am not including the module in core.extension.yml
is because this particular module is meant to be optional and not enabled by default. At a later time during my installation script I prompt the user if they would like to enable this module and if they select yes I enable the module by Drush command.
Currently, I have the module working as desired if I keep all of the configuration files within the module's own directory in ../web/modules/contrib/
. My goal is to move these configuration files to the config/sync
directory so that they don't get overwritten during a module update.
My site is using Drupal Core 8.9.8 and upgrading is not an option at the moment.
This seems like a pretty reasonable thing to do so I would think there is a way to make this happen, but I can't seem to find any solutions. Any help would be greatly appreciated!
question from:
https://stackoverflow.com/questions/65893618/can-you-store-site-configuration-files-for-a-module-without-enabling-the-module 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…