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

All ideas

Showing 402 of 402

Ability to lock content for editing at any given moment

A locked for editing feature would be useful to add to Builder. Here's an example of CMSs that utilize this feature: https://www.storyblok.com/apps/locking https://www.dotcms.com/docs/latest/content-check-in-checkout It would nice to be able to lo...
Daniel Marcus over 1 year ago in Visual Editor 0

Return to saved view when going "back" from editing a page

Often times I'll search for specific pages (or use a saved view) and then start editing a page. Once I'm done I'll return to the list of pages to update a similar page and have to search or open the saved view again. I'd love to be able to "return...
Guest over 1 year ago in Content List 1

add includeScheduledContent flag to content API

when a user has scheduled content they want to preview on a site or do some testing on, currently the only way to fetch the content from the content API is to manually include the date as a userAttribute: const targetDate = new Date();targetDate.s...
Tim over 1 year ago in Content List 0

Color picker should have the ability to easily reference by name, similar to CSS variables

The color picker is currently kind of clunky and hard to remember what color correlates to what. In CSS, you can easily reference a variable, like var(--blue) or var(--light-blue), etc. Similarly, it would be extremely useful to be able to easily ...
Daniel Marcus over 1 year ago in Visual Editor 1

Add the ability to strictly localize by either just language or country

In some cases, you might want to make a new change in a language, like English and apply that to all locales using English. For example: en-US, en-CA, en-MX, etc. It would be nice to have something built in to easily port all those changes in a si...
Daniel Marcus over 1 year ago in Visual Editor 0

Page-specific breakpoints

Custom breakpoints are currently a space/environment setting that applies to all content entries. This presents a problem for us for two reasons: This means that if we are going to change them, then we need to go back and update all existing conte...
Guest over 1 year ago in Visual Editor 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 over 1 year ago in Builder for Developers 0

component-specific permissions

For many of the customers where we want to implement builder.io, there is an expectation that it is possible to give editing permissions to individual elements in components. For example, we have a hero banner in which a person with certain permis...
Guest over 1 year ago in Visual Editor 0

add limit prop to list input type subfields

We have a common use case of limiting number of inputs on a list input, and currently have to use the onChange function, it would be great to have a limit that sets cap on inputs
Tim over 1 year ago in Visual Editor 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 over 1 year ago in Builder for Developers 0