When generating code from figma, I would like the ability to change the path of the images used in the code.
The title is true. Currently, the image is saved as cdn when generating code from layers, I could not change the image references in the code. I would like to be able to change the image path to a local or specified URL or directory.
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
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...
When I upload an image via builder.io , it gets loaded on my website from cdn.builder.io like this one: https://cdn.builder.io/api/v1/image/assets/2c81c668101040908dd8f80c2d035ee3/c66b8d8e5da84fc2936400ba893689c1 Unfortunately this ressource has n...
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...
We want to fire a web hook whenever an admin user “Requests to publish” content so that we can build a slack integration to notify the users tagged that a page is ready for review.