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
    public class RichTextEditorConfiguration : object

    Properties

    View Source

    Commands

    Declaration
    public IEnumerable<RichTextEditorCommand> Commands { get; set; }
    Property Value
    Type Description
    IEnumerable<RichTextEditorCommand>
    View Source

    CustomConfig

    Declaration
    public IDictionary<string, string> CustomConfig { get; set; }
    Property Value
    Type Description
    IDictionary<System.String, System.String>
    View Source

    InvalidElements

    Declaration
    public string InvalidElements { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Plugins

    Declaration
    public IEnumerable<RichTextEditorPlugin> Plugins { get; set; }
    Property Value
    Type Description
    IEnumerable<RichTextEditorPlugin>
    View Source

    ValidElements

    Declaration
    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