View Source
Class BlockListConfiguration
The configuration object for the Block List editor
Assembly: Umbraco.Core.dll
Syntax
public class BlockListConfiguration
Properties
View Source
Blocks
Declaration
[ConfigurationField("blocks")]
public BlockListConfiguration.BlockConfiguration[] Blocks { get; set; }
Property Value
View Source
UseSingleBlockMode
Declaration
[ConfigurationField("useSingleBlockMode")]
[Obsolete("Use SingleBlockPropertyEditor and its configuration instead")]
public bool UseSingleBlockMode { get; set; }
Property Value
View Source
ValidationLimit
Declaration
[ConfigurationField("validationLimit")]
public BlockListConfiguration.NumberRange ValidationLimit { get; set; }
Property Value