Have the ability to localize everything directly on Builder
I love how easy it is to localize text directly on Builder, but for everything else, you have to either create a data model or localize the entire page. Would be nice to just localize an image (or any of the other basic, built-in Builder component...
When working with Symbols, we like to use logic to allow a field to be overridden if populated but provide a secondary fallback if the value is nullish. Unfortunately, if you just empty the text in an input right now, it leaves it as an empty stri...
With increasing amount of custom components its inefficient to search through grid view for the custom component of choice. It gets even worse when the list isn't sorted by leading character. -> As a Marketeer, Developer, Designer I like to fin...
Currently you can support standard non typed versions of defineProps, such as defineProps(['prop1', 'prop2']) <-- supported in builder sdk in typescript, you would define them as defineProps<{ prop1: string, prop2: number }>() <-- not ...
Increase Width of "Custom Fields on Left-Side Panel" in Edit Mode
(Please see attached file) That left side panel area where all the custom fields are... I hovered over the vertical scrollbar as well as the black editor json windows, but there wasn't an option to increase the width of those sections. A request I...
It would be great to add multiple choice in enums of text field or create a separate built-in field type. Also addig multiple references in Reference field type would be great.
This is mainly a nice-to-have feature, but one minor annoyance of the visual editor is that it will autofill 'px' even when I don't want to use pixels. You are able to override this with your own value, but this gets repetitive. Our team has certa...