Property Editor Schema
The Server side part of a Property Editor
Last updated
Was this helpful?
The Server side part of a Property Editor
Last updated
Was this helpful?
Was this helpful?
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.
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",
};