Class RichTextEditorSettings
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Configuration.Models
Assembly: Umbraco.Core.dll
Syntax
public class RichTextEditorSettings
Properties
View SourceCloudApiKey
Cloud API Key for TinyMCE. This is required to use TinyMCE premium plugins.
Declaration
public string CloudApiKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Commands
HTML RichText Editor TinyMCE Commands.
Declaration
public RichTextEditorSettings.RichTextEditorCommand[] Commands { get; set; }
Property Value
Type | Description |
---|---|
RichTextEditorSettings.RichTextEditorCommand[] |
CustomConfig
HTML RichText Editor TinyMCE Custom Config.
Declaration
public IDictionary<string, string> CustomConfig { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<System.String, System.String> |
InvalidElements
Invalid HTML elements for RichText Editor.
Declaration
public string InvalidElements { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Plugins
HTML RichText Editor TinyMCE Plugins.
Declaration
public string[] Plugins { get; set; }
Property Value
Type | Description |
---|---|
System.String[] |
ValidElements
Declaration
public string ValidElements { get; set; }
Property Value
Type | Description |
---|---|
System.String |