Account created on 2 February 2023, almost 2 years ago
#

Recent comments

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.
Production build 0.71.5 2024