This page contains a list of all the built-in Umbraco v7+ property editors and a short description of what they do:
Displays a list of preset values as a list of checkbox controls
Adds a list of approved colours which can be selected by clicking.
The content picker allows the content editor to pick a specific node from the content structure.
Made obsolete with the release of Umbraco v7.6 the content picker allows the content editor to pick a specific node from the content structure.
Displays a calendar UI for selecting dates
Displays a calendar UI for selecting dates and time
Displays a list of preset values. The value saved is a text value.
Displays a list of preset values as a list. The value saved is a prevalue ID
Displays a list of preset values where multiple can be selected. The value saved is a CSV of the text values.
Displays a list of preset values where multiple can be selected. The value saved is a CSV of prevalue ids.
Adds an upload field, which allows documents or images to be uploaded to Umbraco
Used mainly with container Media Types, the Folder Browser displays a list of thumbnail images.
New to v7.2, gives editors a grid layout editor which allows them to insert different types of content in a predefined layout.
Used to crop and resize images to predefined sizes. Available from V7.1
Label is a non-editable control, can only be used to display a pre-set text.
The legacy media picker opens a simple dialogue to pick a specific media item from the media tree. The value saved is the selected media ID.
The media picker displays the current selected media and provides the option to open the mediaPicker dialog to select existing or upload new media files. There is a setting to enable multiple media items to be selected.
Made obsolete with the release of Umbraco v7.6 the media picker displays the current selected media and provides the option to open the mediaPicker dialog to select existing or upload new media files. There is a setting to enable multiple media items to be selected.
The multinode treepicker data type allows content editors to choose multiple nodes in the content or media trees.
Made obsolete with the release of Umbraco v7.6 the multinode treepicker data type allows content editors to choose multiple nodes in the content or media trees.
The Multiple Textbox property editor enables a content editor to make a list of text items
New to v7.7, the nested content property editor enables you to use Document Types as a schema for list items.
Pretty much like the name indicates this property editor enables editors to choose from list of radio buttons.
Related Links allows an editor to easily add an array of links. These can either be internal Umbraco pages or external URLs.
Made obsolete with the release of Umbraco v7.6 the related links editor allows an editor to easily add an array of links. These can either be internal Umbraco pages or external URLs.
A simple textarea control to input text.
A normal html input text field.
A simple checkbox which saves either 0 or 1, depending on the checkbox being checked or not.