Property Editors

Guide on how to work with and create Property Editors in Umbraco

This tutorial contains step-by-step instructions for building a custom Property editor.

The Property Editor articles are a work in progress and may undergo further revisions, updates, or amendments. The information contained herein is subject to change without notice.

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

A property editor is an editor used to insert content into Umbraco. A Property Editor is composed of two extensions: Property Editor Schema and Property Editor UI.

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

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

Use Property Actions to add additional functionaility to your custom property editors.

Learn how to build your own Block Editors.

Learn how to extend Property editors to track entity references inside the property editor.

More information

Last updated