Allow aggregation operations: $cond, $ifNull, etc.
I want to query content items using the query syntax but manipulate the set of returned items based on certain conditions. My main use case is that I want to query for a URL path and a custom targeting attribute. If there's a content item for that...
Include queryParams in appState or toUrl function for Plugins
It would be very useful to have access to queryParams in the toUrl function when building custom plugins. We are building a plugin that uses personalization that usually we include as queryParams so that users can change their state in the UI to t...
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
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...
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 ...
It would be awesome if you can have a setting in builder set custom component image to auto. So for instance it would use the preview tool to take a snapshot of how it looks and use it as a reference image. It would really make it easier to find c...