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

    Properties

    View Source

    Blocks

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

    IgnoreUserStartNodes

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

    MediaParentId

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