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 :
Desired rendering
Proposed solution :
Add an optional setting to the plugin configuration:
{ "presentation": { "type": "carousel", "width": "50px", "hideLabels": true } }
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 :
Desired rendering
Proposed solution :
Add an optional setting to the plugin configuration:
{ "presentation": { "type": "carousel", "width": "50px", "hideLabels": true } }