We have moved!

You are currently looking at documentation for Umbraco 8 and older versions.
An automated guess is that docs.umbraco.com/umbraco-cms/extending/property-editors/ could be the link to the new documentation for Umbraco 9 and newer versions.

    Property Editors

    This section describes how to work with and create Property Editors. A property editor is the editor used to insert content into Umbraco. See here for definition.

    Tutorials - Creating a property editor

    Package Manifest

    Reference for the package.manifest JSON file format to register one or more property editors for Umbraco.

    Property Value Converters

    Convert the stored property data value to a useful object returned by the Published Content APIs.

    Property Actions

    Requires Umbraco 8.4+. Use Property Actions to add additional functionaility to your custom property editors.

    Build a Block Editor

    Required Umbraco 8.7+. Learn how to build your own Block Editors.

    Tag support

    Property editors can be configured to support tag data. In v7 the tag system has been overhauled and updated for easier querying and seamless integration into any property editor, not the tags property editor. This document covers how you can integrate tagging support within your property editor.

    More information

    Umbraco TV