View Source
Class RichTextConfiguration
Represents the configuration for the rich text value editor.
Inheritance
System.Object
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
View Source
OverlaySize
Declaration
public string OverlaySize { get; set; }
Property Value
Type |
Description |
System.String |
|