{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "zypento-mailchimp/subscribe-two",
    "version": "0.1.0",
    "title": "Zypento mailchimp subscribe two",
    "category": "widgets",
    "description": "Zypento mailchimp subscribe two",
    "attributes": {
        "containerBgColor": {
            "type": "object",
            "default": ""
        },
        "containerBgGradient": {
            "type": "string",
            "default": ""
        },
        "containerBorderSize": {
            "type": "string",
            "default": ""
        },
        "containerBorderRadius": {
            "type": "string",
            "default": ""
        },
        "containerBorderColor": {
            "type": "object",
            "default": ""
        },
        "textColor": {
            "type": "object",
            "default": ""
        },
        "fieldBgColor": {
            "type": "object",
            "default": ""
        },
        "fieldTextColor": {
            "type": "object",
            "default": ""
        },
        "fieldBorderColor": {
            "type": "object",
            "default": ""
        },
        "submitBgColor": {
            "type": "object",
            "default": ""
        },
        "submitTextColor": {
            "type": "object",
            "default": ""
        }
    },
    "example": {},
    "supports": {
        "color": {
            "background": false,
            "text": true
        },
        "html": false,
        "typography": {
            "fontSize": true
        }
    },
    "textdomain": "zypento-mailchimp",
    "style": "file:./style.css",
    "viewScript": "file:./view.js"
}
