Interview Questions With Answers

Drupal / Web Development interview questions with answers

By toswebdev, 14 May, 2022

Some modules are enabled by developers on the local instance of their drupal site but are not meant to be enabled on the production site.

Solution 1st:-

The manual solution to this is to uninstall the module before doing a configuration export and to manually install it again locally after a configuration import.

Solution 2nd:-

Enable the module and activate the filter by declaring $settings['config_exclude_modules'] in your settings.php file, eg: