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

All ideas

Showing 386 of 386

Target user role in validation hook

For the purpose of restricting certain fields in a data model from being edited by any user, I should be able to target the current user's role in a validation hook. Something like async function run ( ) { if (context.user.role != 'admin' ) { retu...
Alex Bridgeman 1 day ago in Account 1

Disabled State for inputs, or "Read-only" / Computed input type

Currently there is no good way to allow defining a visible but non-editable input type. Possible usecases for this would be Custom Code function to enable/disable editing of the input field (possible role-based editing for select fields of a custo...
Madison Dickson about 7 hours ago in Visual Editor 0

Symbols: Add a "Copy Content Input" button

When building dynamic Symbols with many Content Inputs, I find that I often have a need to copy a previous Content Input and just change the name. It'd be really nice if I didn't have to go into the JSON Editor to do that and could just click a bu...
Jason Clark 1 day ago in Visual Editor 0

Design tokens, with semantic variables, between spaces.

We've noticed an issue with how design tokens work between spaces. We have semantic design tokens, like "Brand Primary 1" and "Brand Primary 2" which connect to a css variable, such as --primary-1 and --primary-2. We have multiple sites, which sha...
John Paul Wilkens 21 days ago in Builder for Developers 1

Ability to clear enum values from dropdown lists

After selecting an optional enum value from the dropdown list in the custom component options you’re unable to remove the selection afterwards. The only way to clear it is to delete the component and recreate the entire thing.
Guest 3 months ago in Content List 0

Identify which Assets are in use (and where)

Within the Assets library, there is no way to see which assets are currently in use, or on which pages. This would: Enable a check when deleting assets that are currently in use Help organizations/users cull unused assets, for when their quota is ...
Danny Sellers about 1 month ago in Content List 0

Ability to create custom metrics in the insights tab

We're tracking a bunch of stuff with builder but we can't build useful metrics out of our custom tracking events. E.g. we'd like to be able to divide custom metric A by custom metric B and display the result in the insights tab.
Guest 9 days ago in Visual Editor 0

Allow list of references to use field from referenced content as a label.

Allow list of references to use field from referenced content as a label. We have a long list of possible api errors Currently when viewing the list all you see it 'api-error 1', 'api-error 2', etc It would be nice if instead we could select a fie...
Guest 3 months ago in Content List 0

Asset Library Search and Organization

Right now the asset library only allows you to find assets by the asset name and one level of folders. If you have alot of images (say 1000+) it can be very hard for users to find the image they are looking for. Having the ability to tag images or...
Guest 3 months ago in Content List 1

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