jensbns → created an issue.
🐛 | radix | InvalidComponentException: [configuration.label_display] Boolean value found, but a string is required in ComponentValidator->validateProps() (line 205...)
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 component block.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.