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

Builder for Developers

Showing 93 of 349

Upload API Extensions

The upload API is very limited currently. For context, I'm working on importing a large number of images from an existing system and having to basically just push them all into 1 folder as there is no means to dynamically create folders to help or...
Nick Hughart 4 months ago in Builder for Developers 1

Optionally render BuilderBlocks without wrapper element for its children

In order to use the React component Builder Blocks more consistently and predictably in different contexts – especially styling, it would be useful to have the option to render it without the unavoidable span/div that it uses to wrap its child ele...
Stefan Kunze about 2 years ago in Builder for Developers 1

Conditional fields in structured data models

It would be useful to be able to hide a set of fields based on the content of another field within models defined through builder's dashboard. This is possible with custom components by writing some code, but not for fields defined in the dashboar...
Guest 9 months ago in Builder for Developers 0

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 11 months 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 6 months 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 3 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 3 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 about 1 year ago in Builder for Developers 1

Use alternate global CSS files

Our developer wants to use React-Bootstrap instead of Tailwind for style building. I suspect many other devs will want to use their own style kits. If Builder.io allowed alternative stylesheets that would be awesome! I understand that these would ...
Guest 5 months ago in Builder for Developers 0