Skip to content

Add option to hide labels #239

@cedric-teixeira

Description

@cedric-teixeira

Currently, the Visual Select plugin always displays the name property below each option.

For highly visual use cases such as layout selectors, color pickers, icon pickers, or spacing controls, the label can become redundant and add unnecessary visual clutter to the editor.

It would be helpful to have a configuration option allowing labels to be hidden while still preserving the underlying values and accessibility.

Current rendering :

Image Image

Desired rendering

Image Image

Proposed solution :

Add an optional setting to the plugin configuration:

{ "presentation": { "type": "carousel", "width": "50px", "hideLabels": true } }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions