- Issue created by @mlncn
On saving a block that is not (and likely won't ever) be configured to be able to be dismissed, the Dismissable Block module still adds itself as a dependency and puts an empty array into the third-party settings:
dependencies:
module:
- collapsiblock
+ - dismissableblocks
- search
- system
theme:
- greenhouse
third_party_settings:
+ dismissableblocks: { }
collapsiblock:
collapse_action: 0
I believe the kids say something about that noise.
Save a block you do not configure to be dismissable, and export your configuration.
Check, maybe in form validation, for the default / empty value and remove it before the form is saved?
Active
1.0
Code