Search Results for

    Show / Hide Table of Contents
    View Source

    Class RichTextEditorSettings

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Configuration.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class RichTextEditorSettings

    Properties

    View Source

    Commands

    HTML RichText Editor TinyMCE Commands.

    Declaration
    public RichTextEditorSettings.RichTextEditorCommand[] Commands { get; set; }
    Property Value
    Type Description
    RichTextEditorSettings.RichTextEditorCommand[]
    View Source

    CustomConfig

    HTML RichText Editor TinyMCE Custom Config.

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

    InvalidElements

    Invalid HTML elements for RichText Editor.

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

    Plugins

    HTML RichText Editor TinyMCE Plugins.

    Declaration
    public string[] Plugins { get; set; }
    Property Value
    Type Description
    System.String[]
    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