Umbraco Heartcore
CMSCloudDXP
  • What is Umbraco Heartcore?
    • Compare with Umbraco CMS
  • Versions and updates
  • Getting Started
    • API Browser
    • Backoffice Users and API Keys
    • Building a project from scratch
    • Environments
    • GraphQL Playground
    • Preview
    • The Umbraco Cloud Portal
    • Tour of the Backoffice
    • Using the Forms API
    • Webhooks
    • Deployment workflow
      • Content and media transfer / restore
      • Structure deployments
  • API Documentation
    • API Documentation
      • Rate Limits
    • Content Delivery
      • Content
      • Media
      • Redirect API
    • Content Management
      • Umbraco Forms
      • Languages
      • Content
        • Content Types
      • Media
        • Media Types
      • Members
        • Member Groups
        • Member Types
      • Relations
        • Relation Types
    • GraphQL API
      • Filtering and Ordering
      • Property Editors
      • Schema Generation
      • Persisted Queries
  • Backoffice
    • Custom Grid Editors
  • Client Libraries
    • Client Libraries
    • .NET Core Console Application
    • Node.js Client library
    • .NET Client library
      • MVC Sample
      • Content Management Sample
  • Tutorials
    • Custom Grid Editors
    • Querying with GraphQL
    • Creating content with media
  • Release Notes
    • February 2024
    • April 2024
    • August 2024
    • September 2024
    • April 2025
Powered by GitBook
On this page
  • Supported Property Editors
  • Unsupported Editors

Was this helpful?

Edit on GitHub
Export as PDF
  1. API Documentation
  2. GraphQL API

Property Editors

Documentation for Umbraco Heartcore GraphQL property editors and their types

PreviousFiltering and OrderingNextSchema Generation

Last updated 1 year ago

Was this helpful?

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.

[Contentment] Data List

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

Block Grid

Editor Alias: Umbraco.BlockGrid GraphQL Type:

Can be used for filtering: false

Block List

Editor Alias: Umbraco.BlockList GraphQL Type:

Can be used for filtering: false

Checkbox

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

Checkbox list

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

Color Picker

Editor Alias: Umbraco.ColorPicker

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

Content Picker
Date/Time

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

Decimal

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

Dropdown

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

Email address

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

File upload

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

Form Picker
Google Maps Single Marker
Grid layout
Image Cropper
Label

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

Markdown Editor
Media Picker

Editor Alias: Umbraco.MediaPicker3

Media Picker (legacy)

Editor Alias: Umbraco.MediaPicker

Multi Url Picker

Editor Alias: Umbraco.MultiUrlPicker

Multinode Treepicker

Editor Alias: Umbraco.MultiNodeTreePicker

Node type: Member

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

Nested Content
Numeric

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

Radio button List

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

Repeatable textstrings

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

Rich Text Editor
Slider

Editor Alias: Umbraco.Slider

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

Tags

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

Textarea

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

Textbox

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.

List view

Editor Alias: Umbraco.ListView

Member Picker

Editor Alias: Umbraco.MemberPicker

Member Group Picker

Editor Alias: Umbraco.MemberGroupPicker

User Picker

Editor Alias: Umbraco.UserPicker

Include labels?: true GraphQL Type:

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

blog post
BlockGrid
BlockListItem
PickedColor
Content
JSON
OurUmbracoGMaps
JSON
ImageCropper
HTML
[MediaWithCrops]
MediaWithCrops
[Media]
Media
Link
[Link]
Content
[Content]
Media
[Media]
[Element]
HTML
DecimalRange