Property Editors

Documentation for Umbraco Heartcore GraphQL property editors and their types

Supported Property Editors

Below is a list of all the supported built-in Umbraco Property Editors and their GraphQL types. The type may depend on the configuration of the specific Property Editor.

chevron-right[Contentment] Data Listhashtag

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

chevron-rightBlock Gridhashtag

Editor Alias: Umbraco.BlockGrid GraphQL Type: BlockGrid

Can be used for filtering: false

chevron-rightBlock Listhashtag

Editor Alias: Umbraco.BlockList GraphQL Type: BlockListItem

Can be used for filtering: false

chevron-rightCheckboxhashtag

Editor Alias: Umbraco.TrueFalse GraphQL Type: Boolean Can be used for filtering: true

chevron-rightCheckbox listhashtag

Editor Alias: Umbraco.CheckBoxList GraphQL Type: [String] Can be used for filtering: false

chevron-rightColor Pickerhashtag

Editor Alias: Umbraco.ColorPicker

Include labels?: true GraphQL Type: PickedColor

Include labels?: false GraphQL Type: String Can be used for filtering: true

chevron-rightContent Pickerhashtag

Editor Alias: Umbraco.ContentPicker GraphQL Type: Content Can be used for filtering: true

chevron-rightDate/Timehashtag

Editor Alias: Umbraco.DateTime GraphQL Type: DateTime Can be used for filtering: true

chevron-rightDecimalhashtag

Editor Alias: Umbraco.Decimal GraphQL Type: Decimal Can be used for filtering: true

chevron-rightEmail addresshashtag

Editor Alias: Umbraco.EmailAddress GraphQL Type: String Can be used for filtering: true

chevron-rightFile uploadhashtag

Editor Alias: Umbraco.UploadField GraphQL Type: String Can be used for filtering: true

chevron-rightForm Pickerhashtag

Editor Alias: UmbracoForms.FormPicker GraphQL Type: JSON Can be used for filtering: false

chevron-rightGoogle Maps Single Markerhashtag

Editor Alias: Our.Umbraco.GMaps GraphQL Type: OurUmbracoGMaps Can be used for filtering: false

chevron-rightGrid layouthashtag

The grid editor Data Type in Heartcore is deprecated and will be retired in June 2025 or thereafter. For more information read the following blog postarrow-up-right.

Editor Alias: Umbraco.Grid GraphQL Type: JSON Can be used for filtering: false

chevron-rightImage Cropperhashtag

Editor Alias: Umbraco.ImageCropper GraphQL Type: ImageCropper Can be used for filtering: false

chevron-rightLabelhashtag

Editor Alias: Umbraco.Label GraphQL Type: String Can be used for filtering: true

chevron-rightMarkdown Editorhashtag

Editor Alias: Umbraco.MarkdownEditor GraphQL Type: HTML Can be used for filtering: false

chevron-rightMedia Pickerhashtag

Editor Alias: Umbraco.MediaPicker3

Pick Multiple items: true GraphQL Type: [MediaWithCrops] Can be used for filtering: false

Pick Multiple items: false GraphQL Type: MediaWithCrops Can be used for filtering: false

chevron-rightMedia Picker (legacy)hashtag

Editor Alias: Umbraco.MediaPicker

Pick Multiple items: true GraphQL Type: [Media] Can be used for filtering: true

Pick Multiple items: false GraphQL Type: Media Can be used for filtering: true

chevron-rightMulti Url Pickerhashtag

Editor Alias: Umbraco.MultiUrlPicker

Maximum number of items: 1 GraphQL Type: Link Can be used for filtering: false

Maximum number of items: not 1 GraphQL Type: [Link] Can be used for filtering: false

chevron-rightMultinode Treepickerhashtag

Editor Alias: Umbraco.MultiNodeTreePicker

Node type: Content Maximum number of items: 1 GraphQL Type: Content Can be used for filtering: true

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: 1 GraphQL Type: Media 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

Note: The Member editor configuration is not supported in the Multinode Treeepicker and will not be present in the generated schema.

chevron-rightNested Contenthashtag

Editor Alias: Umbraco.NestedContent GraphQL Type: [Element] Can be used for filtering: false

chevron-rightNumerichashtag

Editor Alias: Umbraco.Integer GraphQL Type: Int Can be used for filtering: true

chevron-rightRadio button Listhashtag

Editor Alias: Umbraco.RadioButtonList GraphQL Type: [String] Can be used for filtering: true

chevron-rightRepeatable textstringshashtag

Editor Alias: Umbraco.MultipleTextstring GraphQL Type: [String] Can be used for filtering: true

chevron-rightRich Text Editorhashtag

Editor Alias: Umbraco.TinyMCE GraphQL Type: HTML Can be used for filtering: false

chevron-rightSliderhashtag

Editor Alias: Umbraco.Slider

Enable Range: true GraphQL Type DecimalRange Can be used for filtering: false

Enable Range: false GraphQL Type Decimal Can be used for filtering: true

chevron-rightTagshashtag

Editor Alias: Umbraco.Tags GraphQL Type: [String] Can be used for filtering: true

chevron-rightTextareahashtag

Editor Alias: Umbraco.TextArea GraphQL Type: String Can be used for filtering: true

chevron-rightTextboxhashtag

Editor Alias: Umbraco.TextBox GraphQL Type: String Can be used for filtering: true

Unsupported Editors

Below is a list of property editors which is not supported in GraphQL and will not be present in the generated schema.

chevron-rightList viewhashtag

Editor Alias: Umbraco.ListView

chevron-rightMember Pickerhashtag

Editor Alias: Umbraco.MemberPicker

chevron-rightMember Group Pickerhashtag

Editor Alias: Umbraco.MemberGroupPicker

chevron-rightUser Pickerhashtag

Editor Alias: Umbraco.UserPicker

Last updated

Was this helpful?