Property Editors
Guide on how to work with and create Property Editors in Umbraco
Last updated
Guide on how to work with and create Property Editors in Umbraco
Last updated
This section describes how to work with and create Property Editors. A property editor is the editor used to insert content into Umbraco.
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 extend Property editors to track entity references inside the property editor.