- Issue created by @Liam Morland
If I install the module, uninstall it, and install it again, I get the error:
Configuration objects (embedded_content.button.examples) provided by embedded_content_examples already exist in active configuration
drush en embedded_content_examples
drush pmu embedded_content_examples
drush en embedded_content_examples
This can be fixed with: drush cdel embedded_content.button.examples
I expect that the problem is that embedded_content.button.examples
should be embedded_content_examples.button.examples
so that it will be deleted automatically when the module is uninstalled.
Implement a solution.
None.
None.
Potentially a rename of embedded_content.button.examples
.
Active
2.0
Code