Search Results for

    Show / Hide Table of Contents
    View Source

    Class RichTextConfiguration

    Represents the configuration for the rich text value editor.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: Umbraco.Core.dll
    Syntax
    public class RichTextConfiguration : IIgnoreUserStartNodesConfig

    Properties

    View Source

    Blocks

    Declaration
    public RichTextConfiguration.RichTextBlockConfiguration[] Blocks { get; set; }
    Property Value
    Type Description
    RichTextConfiguration.RichTextBlockConfiguration[]
    View Source

    IgnoreUserStartNodes

    Declaration
    public bool IgnoreUserStartNodes { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    MediaParentId

    Declaration
    public Guid? MediaParentId { get; set; }
    Property Value
    Type Description
    System.Nullable<Guid>
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Blocks
      • IgnoreUserStartNodes
      • MediaParentId
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX