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...
it’d be nice to get few metrics on custom components in a dashboard: mainly how many times it’s used, most common inputs on it, it'll help the developer get an understanding on how their components are being used out in the wild and plan changes a...
It'd be great to be able to do a fuzzy search of all content (not as the default search mechanism, but as an advanced search option). Sometimes, we need to find all instances of a certain term to be able to quickly replace them, and this would be ...
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...
Name status for sections, when collaborating in a design, mark with tags like "Ready", "Responsive Pending", "Animations Ready", custom tags to follow up and publish ready pages.
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...
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
Update Custom Targeting Modal to have buttons always visible
I cannot count the number of times I've forgotten to hit save for a new Custom Targeting attribute because the Save button isn't immediately present. I'd suggest that the attributes get moved into a div with overflow to allow scrolling and fix the...