Class RichTextConfiguration.RichTextBlockConfiguration
Represents a block configuration for the rich text editor.
Inheritance
object
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Core.dll
Syntax
public class RichTextConfiguration.RichTextBlockConfiguration : IBlockConfiguration
Constructors
View SourceRichTextBlockConfiguration()
Declaration
public RichTextBlockConfiguration()
Properties
View SourceContentElementTypeKey
Gets or sets the unique key of the content element type for this block.
Declaration
public Guid ContentElementTypeKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
SettingsElementTypeKey
Gets or sets the unique key of the settings element type for this block, if any.
Declaration
public Guid? SettingsElementTypeKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid? |