Search Results for

    Show / Hide Table of Contents
    View Source

    Class BlockListConfiguration

    The configuration object for the Block List editor

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: Umbraco.Core.dll
    Syntax
    public class BlockListConfiguration

    Properties

    View Source

    Blocks

    Declaration
    public BlockListConfiguration.BlockConfiguration[] Blocks { get; set; }
    Property Value
    Type Description
    BlockListConfiguration.BlockConfiguration[]
    View Source

    MaxPropertyWidth

    Declaration
    public string MaxPropertyWidth { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    UseInlineEditingAsDefault

    Declaration
    public bool UseInlineEditingAsDefault { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    UseLiveEditing

    Declaration
    public bool UseLiveEditing { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    UseSingleBlockMode

    Declaration
    public bool UseSingleBlockMode { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    ValidationLimit

    Declaration
    public BlockListConfiguration.NumberRange ValidationLimit { get; set; }
    Property Value
    Type Description
    BlockListConfiguration.NumberRange
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Blocks
      • MaxPropertyWidth
      • UseInlineEditingAsDefault
      • UseLiveEditing
      • UseSingleBlockMode
      • ValidationLimit
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX