Skip to content

Instantly share code, notes, and snippets.

@CoreyWycliffe
Created July 25, 2020 23:58
Show Gist options
  • Save CoreyWycliffe/7dda06a5815aad07fa3bcb6a2ddb508f to your computer and use it in GitHub Desktop.
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
dependencies:
module:
- your_module_name_here
enforced:
module:
- your_module_name_here
@CoreyWycliffe
Copy link
Author

I don't believe it works with current installed modules

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment