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

    Editor

    Declaration
    public object Editor { get; set; }
    Property Value
    Type Description
    System.Object
    View Source

    HideLabel

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

    IgnoreUserStartNodes

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

    MediaParentId

    Declaration
    public GuidUdi MediaParentId { get; set; }
    Property Value
    Type Description
    GuidUdi
    View Source

    OverlaySize

    Declaration
    public string OverlaySize { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Editor
      • HideLabel
      • IgnoreUserStartNodes
      • MediaParentId
      • OverlaySize
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX