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

Builder for Developers

Showing 93 of 349

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

GraphQL mutations

It would be nice for Builder to support GraphQL mutations for the write API, for instance.
Daniel Marcus about 1 year ago in Builder for Developers 0

Content Federation (marrying multiple distinct APIs without duplicating content)

Content Federation is a concept that marries multiple distinct APIs without having to duplicate the content. This would nice to be built into Builder.
Daniel Marcus about 1 year ago in Builder for Developers 0

Ability to self-host data models

Similar to Strapi, it would be nice to be able to self-host the data models.
Daniel Marcus about 1 year ago in Builder for Developers 0

Ability to have complex data model relationships, like ORMs

It would be nice to have the ability to do complex relationships, which exist in ORMs, such as: One-to-one One-to-Many Many-to-Many One-Way Many-way Polymorphic Inverse
Daniel Marcus about 1 year ago in Builder for Developers 1

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

Change / Add styles to predefined Compontents

Sometimes you dont want to create a new Component or override and existing one, you only want to add some addtional styles to the "Basic Components" for example, you could add a margin-bottom: ... to the "Text Component"
Noah Wallentin about 1 year ago in Builder for Developers 0

Add ref.ref for non-React SDKs

You can use ref.ref inside content JS when using the React SDK to reference the DOM element for the content item, but this feature isn't provided for the other SDKs. This is a very useful feature when you want to manipulate the DOM for just the co...
Ersin Akinci about 1 year ago in Builder for Developers 0

Add ref.onStateChange for non-React SDKs

You can use ref.onStateChange inside content JS when using the React SDK, but this feature isn't provided for the other SDKs. This is an important feature when using content JS inside of complex symbols. For cross-compatibility and functionality, ...
Ersin Akinci about 1 year ago in Builder for Developers 0

Allow in-query case-insensitivity sorting option w/ Content API

Origin: Adam Innes 50000feet.com Clients concern is performance having to iterate over each pagination of 100 results and then sort. Currently: builder.getAll returns data and the output is: ["AB", "Aa"] when the desired output is ["Aa", "AB"] Exa...
Julius Dorfman about 1 year ago in Builder for Developers 0