View Source
Class BlockListConfiguration
The configuration object for the Block List editor
Inheritance
System.Object
Assembly: Umbraco.Web.dll
Syntax
public class BlockListConfiguration
Properties
View Source
Blocks
Declaration
[ConfigurationField("blocks", "Available Blocks", "views/propertyeditors/blocklist/prevalue/blocklist.blockconfiguration.html", Description = "Define the available blocks.")]
public BlockListConfiguration.BlockConfiguration[] Blocks { get; set; }
Property Value
View Source
MaxPropertyWidth
Declaration
[ConfigurationField("maxPropertyWidth", "Property editor width", "textstring", Description = "optional css overwrite, example: 800px or 100%")]
public string MaxPropertyWidth { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
UseInlineEditingAsDefault
Declaration
[ConfigurationField("useInlineEditingAsDefault", "Inline editing mode", "boolean", Description = "Use the inline editor as the default block view.")]
public bool UseInlineEditingAsDefault { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
UseLiveEditing
Declaration
[ConfigurationField("useLiveEditing", "Live editing mode", "boolean", Description = "Live editing in editor overlays for live updated custom views or labels using custom expression.")]
public bool UseLiveEditing { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
ValidationLimit
Declaration
[ConfigurationField("validationLimit", "Amount", "numberrange", Description = "Set a required range of blocks")]
public BlockListConfiguration.NumberRange ValidationLimit { get; set; }
Property Value