{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "goodblocks/cta",
    "title": "Call to action - GoodBlocks",
    "category": "goodblocks",
    "icon": "businessman",
    "description": "A call-to-action is a short phrase that prompts your audience to take the desired action on your website, landing page, email or advertisement.",
    "keywords": [ "goodblocks", "action" ],
    "version": "1.1.1",
    "textdomain": "goodblocks",

    "attributes": {
        "cta_title": {
            "type": "string",
            "default": "Empowering your digital presence"
        },
        "cta_text": {
            "type": "string",
            "default": "Please don't hesitate to reach out to us if you have any questions, concerns, or feedback."
        },
        "button_text": {
            "type": "string",
            "default": "Contact us"
        },
        "button_link": {
            "type": "string",
            "default": "contact"
        },
        "cta_style": {
            "type": "string",
            "default": "light"
        },
        "space_top": {
            "type": "string",
            "default": 0
        },
        "space_bottom": {
            "type": "string",
            "default": 18
        },
        "space_ve": {
            "type": "string",
            "default": 65
        },
        "space_ho": {
            "type": "string",
            "default": 50
        },
        "class": {
            "type": "string",
            "default": "primary-button"
        },
        "button_color": {
            "type": "string",
            "default": "#ffffff"
        },
        "background_color": {
            "type": "string",
            "default": "#1b44bf"
        },
        "border_radius": {
            "type": "string",
            "default": 5
        }
    },
    "supports": {
        "align": false
    }
}