Builder relative links should account for locale in URL
While Builder automatically redirects relative links, it would be much more ideal for the native Builder relative links in both the text component and rich text editor to account for locale. For instance, if you have a url structure of https://mys...
Ask to discard edits on navigating out of the editor
To prevent accidentally leaving unpublished edits to catch the next editor unawares, it would be helpful from a content editing experience point of view to prompt the user if they want to discard unpublished edits when navigating away from the edi...
Gradient to the background field in the styles tab
Simply adding gradient option with various settings like linear, radial, direction, multiple (more than two colors) would be great use for content editors
Currently, there is a limit of 100 MB per file uploaded. In order to avoid using YouTube or any external service provider as well as to enable our content editors to upload all the files we need, it would be great to increase file size limita...
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 ...