Search Results for

    Show / Hide Table of Contents
    View Source

    Class BlockListConfiguration

    The configuration object for the Block List editor

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

    Properties

    View Source

    Blocks

    Declaration
    [ConfigurationField("blocks")]
    public BlockListConfiguration.BlockConfiguration[] Blocks { get; set; }
    Property Value
    Type Description
    BlockConfiguration[]
    View Source

    UseSingleBlockMode

    Declaration
    [ConfigurationField("useSingleBlockMode")]
    [Obsolete("Use SingleBlockPropertyEditor and its configuration instead")]
    public bool UseSingleBlockMode { get; set; }
    Property Value
    Type Description
    bool
    View Source

    ValidationLimit

    Declaration
    [ConfigurationField("validationLimit")]
    public BlockListConfiguration.NumberRange ValidationLimit { get; set; }
    Property Value
    Type Description
    BlockListConfiguration.NumberRange
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX