Class RichTextEditorComponentAttribute
- Namespace
- Kentico.Xperience.Admin.Base.FormAnnotations
- Assembly
- Kentico.Xperience.Admin.Base.Shared.dll
Indicates that the RichTextEditor form component will be used for editing of this property value in the administration interface.
public class RichTextEditorComponentAttribute : FormComponentAttribute
- Inheritance
-
objectAttributeRichTextEditorComponentAttribute
- Inherited Members
- Extension Methods
Remarks
The underlying property must be of the type 'string'.
Properties
ConfigurationName
Name of the configuration overriding editor defaults.
public string ConfigurationName { get; set; }
Property Value
- string