Property Editor Schema
Reference documentation for the propertyEditorSchema extension type
Manifest Structure
Basic Example
import type { ManifestPropertyEditorSchema } from '@umbraco-cms/backoffice/property-editor';
export const manifest: ManifestPropertyEditorSchema = {
type: 'propertyEditorSchema',
name: 'Text Box',
alias: 'Umbraco.TextBox',
meta: {
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.TextBox',
},
};Example with Configuration
Manifest Properties
Required Properties
Property
Type
Description
Optional Properties
Property
Type
Description
Meta Properties
Required Meta Properties
Property
Type
Description
Optional Meta Properties
Property
Type
Description
Settings Structure
Settings Properties Array
Property
Type
Required
Description
Settings Default Data Array
Property
Type
Required
Description
Complete Example
Important Notes
Related Documentation
Last updated
Was this helpful?