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

Builder for Developers

Showing 87 of 344

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

If/when there's a v3 content API, make saner defaults for refs and symbols

I've been working with refs and symbols a lot and there are two behaviors of the content API that seem strange to me: You have to opt into includeRefs: true and noTraverse: false. The API doesn't recursively evaluate refs (https://github.com/Build...
Ersin over 1 year ago in Builder for Developers 2

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

Slug field and custom validations

From customer: I am trying to add a slug field for content type models, but right now the only option that really works for this is the “text” field type. Unfortunately, text fields on content models do not allow any real validation (outside of “r...
Taylor Miller over 2 years ago in Builder for Developers 2

$geoWithin querying and geolocation position data type

Corporate websites and retail platforms often have retail locations that are stored as lat/lng values and need lookup. It would be great if there was a new data type called "Location" that lets you mark a position and the coordinates can be expose...
Guest over 1 year ago in Builder for Developers 2

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

Versioning feature on data model

Right now, we are not able to create versions for data model like we are able to create for page model. So it will be a good feature if we can implement this.
Guest 10 months ago in Builder for Developers 0

Case Insensitive In-Query Sort for Content-API

Origin: https://forum.builder.io/t/case-insensitive-sort/3624 Clients concern is having to iterate over each pagination of 100 results and then sort. Goal: Allow user to designate case insensitivity in-query. Currently: builder.getAll returns data...
Julius Dorfman 11 months ago in Builder for Developers 0