Property Editors
Documentation for Umbraco Heartcore GraphQL property editors and their types
This page contains a list of all the built-in Umbraco Property Editors and their GraphQL types. The type may depend on the configuration of the specific Property Editor.
Editor Alias:
Umbraco.Community.Contentment.DataList
List editor:
Checkbox List
or Tags
GraphQL Type: [String]
Can be used for filtering: true
Other editors configured with
Multiple selection
: true
GraphQL Type: [String]
Can be used for filtering: true
Other editors and configuration:
true
GraphQL Type: String
Can be used for filtering: true
Editor Alias:
Umbraco.TrueFalse
GraphQL Type: Boolean
Can be used for filtering: true
Editor Alias:
Umbraco.CheckBoxList
GraphQL Type: [String]
Can be used for filtering: false
Editor Alias:
Umbraco.ColorPicker
Include labels?:
false
GraphQL Type: String
Can be used for filtering: true
Editor Alias:
Umbraco.DateTime
GraphQL Type: DateTime
Can be used for filtering: true
Editor Alias:
Umbraco.Decimal
GraphQL Type: Decimal
Can be used for filtering: true
Editor Alias:
Umbraco.DropDown.Flexible
GraphQL Type: [String]
Can be used for filtering: true
Editor Alias:
Umbraco.EmailAddress
GraphQL Type: String
Can be used for filtering: true
Editor Alias:
Umbraco.UploadField
GraphQL Type: String
Can be used for filtering: true
Editor Alias:
Umbraco.Label
GraphQL Type: String
Can be used for filtering: true
Editor Alias:
Umbraco.ListView
This editor is not supported and will not be present in the generated schema
Editor Alias:
Umbraco.MediaPicker3
Editor Alias:
Umbraco.MediaPicker
Editor Alias:
Umbraco.MemberPicker
This editor is not supported and will not be present in the generated schema
Editor Alias:
Umbraco.MemberGroupPicker
This editor is not supported and will not be present in the generated schema
Editor Alias:
Umbraco.MultiUrlPicker
Editor Alias:
Umbraco.MultiNodeTreePicker
Node type:
Content
Maximum number of items: not 1
GraphQL Type: [Content]
Can be used for filtering: true
Node type:
Media
Maximum number of items: not 1
GraphQL Type: [Media]
Can be used for filtering: true
Node type:
Member
This editor configuration is not supported and will not be present in the generated schema
Editor Alias:
Umbraco.Integer
GraphQL Type: Int
Can be used for filtering: true
Editor Alias:
Umbraco.RadioButtonList
GraphQL Type: [String]
Can be used for filtering: true
Editor Alias:
Umbraco.MultipleTextstring
GraphQL Type: [String]
Can be used for filtering: true
Editor Alias:
Umbraco.Slider
Enable Range:
false
GraphQL Type Decimal
Can be used for filtering: true
Editor Alias:
Umbraco.Tags
GraphQL Type: [String]
Can be used for filtering: true
Editor Alias:
Umbraco.TextArea
GraphQL Type: String
Can be used for filtering: true
Editor Alias:
Umbraco.TextBox
GraphQL Type: String
Can be used for filtering: true
Editor Alias:
Umbraco.UserPicker
This editor is not supported and will not be present in the generated schema
Last modified 7d ago