Property Editor Schema

The Server side part of a Property Editor

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

The Property Editor Schema is server code, written in C#. This handles the storage of a Property Editor and defines Server Side Validation and Property Value Converters.

Property Editor Schema

The Property Editor Schema settings are used for configuration that the server needs to know about.

Manifest

{
	"type": "propertyEditorSchema",
	"name": "Text Box",
	"alias": "Umbraco.TextBox",
};

Last updated