Problem/Motivation
Upon saving operation, paragraphs type configuration form puts all available behavior plugins, including disabled ones, into the configuration.
This is annoying when working with configuration imports/exports.
Proposed resolution
We should filter out disabled behavior plugins on the paragraphs type configuration form.
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3121776-2.patch | 1.36 KB | mbovan |
Comments
Comment #2
mbovan commentedA patch that removes disabled behavior plugins.
I'm not sure about the update function, I think it's "safer" to not mess up with users paragraphs type configuration
as it can result in filtering out behavior plugins (e.g. if there is noenabledflag).Edit: If there is no
enabledflag the plugin is disabled. :)Comment #3
berdirAgreed, this doesn't need an update function. Nothing will change/break for those that have the disabled plugins still in there.