Search Results for

    Show / Hide Table of Contents
    View Source

    Class RichTextEditorConfiguration

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    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
    Type Description
    System.Nullable<IEnumerable<RichTextEditorCommand>>
    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
    Type Description
    System.Nullable<IEnumerable<RichTextEditorPlugin>>
    View Source

    ValidElements

    Declaration
    [DataMember(Name = "validElements")]
    public string ValidElements { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Commands
      • CustomConfig
      • InvalidElements
      • Plugins
      • ValidElements
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX