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

Builder for Developers

Showing 84 of 335

Return the total amount of items in a model for pagination purposes

It would be great in the Content API, to be able to get the total amount of items in the return of the getAll method. That would allow us to be able to display a very common pagination pattern with numbered pages. At the moment, we do not know if ...
Guest 6 months ago in Builder for Developers 1

Generate typescript defintion files

Builder should be able to automatically generate typescript defintions for model. This would greatly increase the DX when using Builder, and could probably done pretty easy. I dont have any code examples currently, but for brevity a builder.get("e...
Guest about 1 month ago in Builder for Developers 0

Built-in support for HREFLANG

HREFLANG being crucial to multilanguage SEO, I would like to see proper support for it in Builder.io. On page level localization: When you duplicate a page, prompt if this is a localization of the same page. If yes, prompt for locale of the new pa...
Guest 3 months ago in Builder for Developers 0

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 20 days ago in Builder for Developers 0

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

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 almost 2 years ago in Builder for Developers 1

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 about 2 months 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 7 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 9 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 10 months ago in Builder for Developers 1