Class RichTextConfigurationEditor
Represents the configuration editor for the rich text value editor.
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Core.dll
Syntax
public class RichTextConfigurationEditor : ConfigurationEditor<RichTextConfiguration>, IConfigurationEditor
Constructors
View SourceRichTextConfigurationEditor(IIOHelper)
Initializes a new instance of the RichTextConfigurationEditor class.
Declaration
public RichTextConfigurationEditor(IIOHelper ioHelper)
Parameters
| Type | Name | Description |
|---|---|---|
| IIOHelper | ioHelper | The IO helper. |