Add ability to sort CMS data models by any given field directly on Builder
For CMS data models on Builder, you can currently only manually change the order. There's also the ability to filter by field type, but you can't sort by field types
Webhooks currently have two options - with payload (default) and without payload. Some of our pages are > 1MB in size due to certain reasons tied to locales that we were not able to address until the release of multiple fallback locales. This l...
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 ...
Support for multiple urls with separate targeting on same page
We would like to have the ability to create a page that has multiple URL's with separate targeting. Currently, we are trying to surface the same page layout to different URL's targeted at different segments.
Access name and alt of the embedded images inside rich text editor
Currently the rich text editor doesn’t allow me to access or set the name and alt attribute of images added via the asset library. It would be nice to be able to set or access alt text or name of images embedded inside rich text editor.
We would really like to see customizable page templates. For instance, we have a standard header and footer that we'd like added automatically on every page. It'd be more convenient to have this added automatically when a new page is created in ou...
Customers would love it if we could import full frames. For example - We have a header frame that we could import the nav, hero image, CTA button etc in one go. For now it will only import each element separately which works without any issues - e...
Add Refresh Cache Function (or just cached status even) for Custom Components and Layouts
When building locally and on a deployed server using Vercel I am finding that the biggest thing that is slowing me down and causing inconsistencies to my workflow at the moment is caching. Vercel caches heavily so updates on Builder take a while t...