{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "goodblocks/headline",
    "title": "Headline - GoodBlocks",
    "category": "goodblocks",
    "icon": "businessman",
    "description": "The Headline block allows users to add a concise headline followed by a title and description. This block is perfect for introducing sections of content or highlighting important information on a webpage.",
    "keywords": [ "datadonia", "headline" ],
    "version": "1.0.1",
    "textdomain": "goodblocks",
    "attributes": {
        "before": {
            "type": "string",
            "default": ""
        },
        "title": {
            "type": "string",
            "default": ""
        },
        "desc": {
            "type": "string",
            "default": ""
        },
        "position": {
            "type": "string",
            "default": "left"
        },
        "padding_top": {
            "type": "string",
            "default": "0"
        },
        "padding_bottom": {
            "type": "string",
            "default": "0"
        }
    },
    "supports": {
        "align": false
    }
}