- πΊπΈUnited States carsonw
Add to settings.php:
/** * Disable Shield. */ $config['shield.settings']['shield_enable'] = false;
Using the Drupal 7 version of the module I was able to disable the module by setting $conf['shield_user'] = NULL; in settings.php. This does not seem to work in the D8 version. What is the proper way to disable the shield module from settings.php in D8?
Fixed
1.0
Miscellaneous
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Add to settings.php:
/**
* Disable Shield.
*/
$config['shield.settings']['shield_enable'] = false;