Table of Contents

Class FieldEditorTemplateClientProperties

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.dll

Client properties of the field editor template

public sealed class FieldEditorTemplateClientProperties : TemplateClientProperties
Inheritance
object
FieldEditorTemplateClientProperties
Inherited Members
Extension Methods

Properties

Callouts

Callouts on this page.

public ICollection<CalloutConfiguration> Callouts { get; set; }

Property Value

ICollection<CalloutConfiguration>

Caption

Caption of the field editor template.

public string Caption { get; set; }

Property Value

string

SupportsCategory

Gets or sets whether category are supported in field editor.

public bool SupportsCategory { get; set; }

Property Value

bool

SupportsSchema

Gets or sets whether reusable field schemas are supported in field editor.

public bool SupportsSchema { get; set; }

Property Value

bool