Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.64 KB

File metadata and controls

28 lines (18 loc) · 1.64 KB

#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

Reference for 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

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 just the tags property editor. This document covers how you can integrate tagging support with your property editor.

###More information

###Umbraco TV