Search Results for

    Show / Hide Table of Contents
    View Source

    Class RichTextConfiguration

    Represents the configuration for the rich text value editor.

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

    Constructors

    View Source

    RichTextConfiguration()

    Declaration
    public RichTextConfiguration()

    Properties

    View Source

    Blocks

    Gets or sets the block configurations for the rich text editor.

    Declaration
    [ConfigurationField("blocks")]
    public RichTextConfiguration.RichTextBlockConfiguration[]? Blocks { get; set; }
    Property Value
    Type Description
    RichTextBlockConfiguration[]
    View Source

    IgnoreUserStartNodes

    Gets or sets a value indicating whether to ignore user start nodes when selecting content.

    Declaration
    [ConfigurationField("ignoreUserStartNodes")]
    public bool IgnoreUserStartNodes { get; set; }
    Property Value
    Type Description
    bool
    View Source

    MediaParentId

    Gets or sets the media parent ID for uploaded media.

    Declaration
    [ConfigurationField("mediaParentId")]
    public Guid? MediaParentId { get; set; }
    Property Value
    Type Description
    Guid?
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX