{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "easy-architect/easy-buttons",
    "version": "1.1.11",
    "title": "Easy Buttons",
    "category": "design",
    "icon": "menu",
    "description": "A container for buttons with positioning options",
    "keywords": [ "buttons", "navigation", "scroll", "bar" ],
    "attributes": {
        "showAfter": {
            "type": "number",
            "default": 0
        }
    },
    "styles": [
        {
            "name": "standard",
            "label": "Standard",
            "isDefault": true
        },
        {
            "name": "fixed-bottom",
            "label": "Fixed Bottom"
        }
    ],
    "supports": {
        "html": false,
        "align": ["wide", "full"],
        "color": {
            "background": true,
            "gradients": true,
            "__experimentalDefaultControls": {
                "background": true
            }
        },
        "spacing": {
            "margin": false,
            "padding": true,
            "blockGap": true,
            "__experimentalDefaultControls": {
                "padding": true,
                "blockGap": true
            }
        },
        "layout": {
            "allowEditing": true,
            "default": {
                "type": "flex",
                "justifyContent": "center",
                "flexWrap": "wrap",
                "orientation": "horizontal"
            }
        }
    },
    "allowedBlocks": ["easy-architect/button"],
    "textdomain": "easy-architect",
    "example": {},
    "editorScript": "file:./index.js",
    "editorStyle": "file:./index.css",
    "style": "file:./style-index.css",
    "viewScript": "file:./view.js"
}