Configuration Read-only Backdoor
No security coverage
This module provides a way to temporarily enable importing configuration files through the Drupal admin interface. It allows site builders to whitelist specific configuration types for import or to temporarily allow importing of all configuration types.
With config_readodnly, this module allows site builders to open up importing configurations using the "Single import" page.
Set configuration types to be whitelisted on the "Single import" page:
$settings['config_readonly_backdoor_whitelist'] = ['webform', 'system.simple'];
Allow importing of all types of configurations temporarily:
drush state:set config_readonly_backdoor.allow_all TRUE