Class SingleBlockConfiguration
The configuration object for the Single Block editor.
Inheritance
object
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Core.dll
Syntax
public class SingleBlockConfiguration
Constructors
View SourceSingleBlockConfiguration()
Declaration
public SingleBlockConfiguration()
Properties
View SourceBlocks
Gets or sets the available block type configurations.
Declaration
[ConfigurationField("blocks")]
public BlockListConfiguration.BlockConfiguration[] Blocks { get; set; }
Property Value
| Type | Description |
|---|---|
| BlockConfiguration[] |
Remarks
For the Single Block editor, this typically contains only one block configuration.