Property Editor Schema

The Server side part of a Property Editor

This page is a work in progress. It will be updated as the software evolves.

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