{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "pass-addons/homepage-element",
    "version": "1.1.6",
    "title": "Homepage Element",
    "category": "productiveminds",
    "keywords": [ "Homepage Element", "Homepage Elements" ],
    "description": "Publish homepage sections with layout options",
    "example": {},
    "attributes": {
        "section_design_type": {
            "type": "string",
            "default": "type_1"
        },
        "section_content_settings_taxonomy": {
            "type": "string",
            "default": "0"
        },
        "to_num_of_cols": {
            "type": "string",
            "default": "to_one"
        },
        "section_content_icon_size": {
            "type": "string",
            "default": "icon-size-m"
        },
        "section_content_icon_alignment_h": {
            "type": "string",
            "default": "justify-block-icon-left"
        },
        "section_taxonomy_type": {
            "type": "string",
            "default": "pass_ao_c_element-category"
        },
        "columns_per_row": {
            "type": "number",
            "default": 4
        },
        "section_rows": {
            "type": "number",
            "default": 1
        },
        "section_title": {
            "type": "string",
            "default": "Homepage Element"
        },
        "section_title_html_tag": {
            "type": "string",
            "default": "h2"
        },
        "section_intro": {
            "type": "string",
            "default": "Leave heading fields empty to hide the heading."
        },
        "section_header_alignment": {
            "type": "string",
            "default": ""
        },
        "section_content_show_url_button": {
            "type": "boolean",
            "default": false
        },
        "section_block_max_width": {
            "type": "string",
            "default": "siteMaxWidth_Std"
        },
        "section_block_spacing": {
            "type": "string",
            "default": "section_spacing_default"
        },
        "section_content_show_url_button_shape": {
            "type": "string",
            "default": "shapeable-content-button-rounded-corner"
        },
        "section_content_show_url_button_width": {
            "type": "string",
            "default": "button-width-auto"
        },
        "section_content_content_box_alignment_h": {
            "type": "string",
            "default": "justify-block-content-left"
        },
        "section_content_content_box_shape": {
            "type": "string",
            "default": "shapeable-content-whole-box-rounded-corner-with-border"
        },
        "section_bg_color_scheme": {
            "type": "string",
            "default": "section_with_themed_bg"
        }
    },
    "product_edition": "pro",
    "supports": {
        "html": false,
        "align": [ "wide", "full" ]
    },
    "textdomain": "pass-addons"
}