{
  "apiVersion": 3,
  "name": "cocoon-blocks/cta",
  "category": "cocoon-block",
  "keywords": [
    "cta",
    "box"
  ],
  "attributes": {
    "initialized": {
      "type": "boolean",
      "default": false
    },
    "classNames": {
      "type": "string",
      "default": ""
    },
    "header": {
      "type": "string",
      "default": ""
    },
    "layout": {
      "type": "string",
      "default": "cta-left-and-right"
    },
    "mediaId": {
      "type": "string",
      "default": ""
    },
    "image": {
      "type": "string",
      "default": ""
    },
    "message": {
      "type": "string",
      "default": ""
    },
    "autoParagraph": {
      "type": "boolean",
      "default": true
    },
    "buttonText": {
      "type": "string",
      "default": ""
    },
    "buttonURL": {
      "type": "string",
      "default": ""
    },
    "buttonColor": {
      "type": "string",
      "default": "btn-red"
    }
  },
  "example": {},
  "supports": {
    "customClassName": true,
    "anchor": true,
    "html": false
  }
}
