Problem/Motivation
Create a config action to remove effects from image styles
Steps to reproduce
Proposed resolution
Create a config action that accepts the uuid of an effect and removes it from the image style using Drupal\image\ImageStyleInterface::deleteImageEffect
Remaining tasks
- Review the approach
- Finalize the config action name
- Create tests
- Commit