View Source
Class RichTextEditorConfiguration
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
[DataContract(Name = "richtexteditorconfiguration", Namespace = "")]
public class RichTextEditorConfiguration
Properties
View Source
Commands
Declaration
[DataMember(Name = "commands")]
public IEnumerable<RichTextEditorCommand>? Commands { get; set; }
Property Value
View Source
CustomConfig
Declaration
[DataMember(Name = "customConfig")]
public IDictionary<string, string>? CustomConfig { get; set; }
Property Value
Type |
Description |
System.Nullable<IDictionary<System.String, System.String>> |
|
View Source
InvalidElements
Declaration
[DataMember(Name = "inValidElements")]
public string InvalidElements { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Plugins
Declaration
[DataMember(Name = "plugins")]
public IEnumerable<RichTextEditorPlugin>? Plugins { get; set; }
Property Value
View Source
ValidElements
Declaration
[DataMember(Name = "validElements")]
public string ValidElements { get; set; }
Property Value
Type |
Description |
System.String |
|