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 SourceRichTextConfiguration()
Declaration
public RichTextConfiguration()
Properties
View SourceBlocks
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[] |
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 |
MediaParentId
Gets or sets the media parent ID for uploaded media.
Declaration
[ConfigurationField("mediaParentId")]
public Guid? MediaParentId { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid? |