- Issue created by @milos.kroulik
- Status changed to Needs review
10 months ago 7:32pm 10 February 2024 - 🇨🇿Czech Republic milos.kroulik
I've created a MR with the fix described above, the only difference is that
label_display
is set to expected valuevisible
. The error suggests a fix in the component.yml file, I will check on this later
- Status changed to Fixed
9 months ago 3:27pm 3 March 2024 Automatically closed - issue fixed for 2 weeks with no activity.
The merge request always sets the label_display to 'visible' and makes you lose all the other objects set in
configuration
.
I think a better way is to edit the block componentblock.component.yml
to allow types booleans in configuraction.label_displays.configuration: type: object title: Configuration description: A list of the block's configuration values. properties: label_display: type: ['string', 'array', 'integer', 'boolean'] title: Label Display description: The display settings for the label.
- 🇨🇦Canada franknoel
I agree with @jensbns, I made a patch containing the mentioned changes for v6.0.0-rc5.