Created
July 25, 2020 23:58
-
-
Save CoreyWycliffe/7dda06a5815aad07fa3bcb6a2ddb508f to your computer and use it in GitHub Desktop.
How to get Drupal to uninstall a config from /config/install when you uninstall the module, add these lines to your config yml file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependencies: | |
module: | |
- your_module_name_here | |
enforced: | |
module: | |
- your_module_name_here |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't believe it works with current installed modules