Editors
Configuring the editor of a collection in Umbraco UI Builder.

Configuring an Editor
Using the Editor() Method
Editor() MethodMethod Syntax
Example
Adding a Tab to an Editor
Using the AddTab() Method
AddTab() MethodMethod Syntax
Example
Configuring a Sidebar to a Tab
Using the Sidebar() Method
Sidebar() MethodMethod Syntax
Example
Setting the Visibility of a Tab
Using the SetVisibility() Method for Tabs
SetVisibility() Method for TabsMethod Syntax
Example
Adding a Fieldset to a Tab
Using the AddFieldset() Method
AddFieldset() MethodMethod Syntax
Example
Setting the Visibility of a Fieldset
Using the SetVisibility() Method for Fieldsets
SetVisibility() Method for FieldsetsMethod Syntax
Example
Adding a Field to a Fieldset
Using the AddField() Method
AddField() MethodMethod Syntax
Example
Changing the Label of a Field
Using the SetLabel() Method
SetLabel() MethodMethod Syntax
Example
Hiding the Label of a Field
Using the HideLabel() Method
HideLabel() MethodMethod Syntax
Example
Adding a Description to a Field
Using the SetDescription() Method
SetDescription() MethodMethod Syntax
Example
Changing the Data Type of a Field
Using the SetDataType() Method
SetDataType() MethodMethod Syntax (by name)
Example
Method Syntax (by ID)
Example
Setting the Default Value of a Field
Using the SetDefaultValue() Method
SetDefaultValue() MethodMethod Syntax
Example
Using the SetDefaultValue() Method (Function-Based)
SetDefaultValue() Method (Function-Based)Method Syntax
Example
Making a Field Required
Using the MakeRequired() Method
MakeRequired() MethodMethod Syntax
Example
Validating a Field
Using the SetValidationRegex() Method
SetValidationRegex() MethodMethod Syntax
Example
Making a Field Read-only
Using the MakeReadOnly() Method
MakeReadOnly() MethodMethod Syntax
Example
Using the MakeReadOnly(Func<TValueType, string>) Method
MakeReadOnly(Func<TValueType, string>) MethodMethod Syntax
Example
Using the MakeReadOnly(object dataTypeNameOrId) Method
MakeReadOnly(object dataTypeNameOrId) MethodMethod Syntax
Example
Using the MakeReadOnly(Predicate<>) Method
MakeReadOnly(Predicate<>) MethodMethod Syntax
Example
Using the MakeReadOnly(Predicate<>, Func<>) Method
MakeReadOnly(Predicate<>, Func<>) MethodMethod Syntax
Example
Using the MakeReadOnly(Predicate<>, Func<>) Method
MakeReadOnly(Predicate<>, Func<>) MethodMethod Syntax
Example
Setting the Visibility of a Field
Using the SetVisibility() Method for Fields
SetVisibility() Method for FieldsMethod Syntax
Example
Last updated
Was this helpful?