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
Blocks
Declaration
public RichTextConfiguration.RichTextBlockConfiguration[] Blocks { get; set; }
Property Value
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> |
|