Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    SingleBlockConfiguration()

    Declaration
    public SingleBlockConfiguration()

    Properties

    View Source

    Blocks

    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.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX