Skip to Main Content
Builder.io Ideas
ADD A NEW IDEA

Builder for Developers

Showing 100

childRequirements for uiBlocks input type

Currently uiBlocks input type accepts any type of built in and custom components from Builder. I would like it to work the same way as childRequirements for custom components with children where you can define list of components that can be used. ...
Guest about 1 year ago in Builder for Developers 0

add all components to meta.componentsUsed

Currently it only tracks custom components that are being used, would be great to track builder-provided components as well
Tim about 1 year ago in Builder for Developers 0

Support defineProps for TS in vue 3 sdk

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 ...
Guest 7 months ago in Builder for Developers 0

Allow primitive value in list

It is not possible to specify anything else than objects as children for list input type.
Guest over 1 year ago in Builder for Developers 1

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
Daniel Marcus about 1 year ago in Builder for Developers 0

Restrict files in Asset library.

This is useful when we want to restrict the incoming request to files .Probably some group of users should not access the files directly. Provided some key or auth token we can give them access to files.
Guest 5 months ago in Builder for Developers 0

Error in website

I encountered a CORS (Cross-Origin Resource Sharing) error. The error message in the browser console states: "Access to XMLHttpRequest at 'https://firestore.googleapis.com/google.firestore.v1.Firestore/Listen/channel?VER=8&database=projects%2F...
Guest 5 months ago in Builder for Developers 0

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...
Ersin Akinci over 1 year ago in Builder for Developers 0

Add ID to image and path to folder for Upload API

Add id or image folder to Upload API
Guest over 1 year ago in Builder for Developers 1

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...
Tim over 2 years ago in Builder for Developers 0