{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "blockspare/blockspare-call-to-action",
  "category": "blockspare",
  "supports": {
    "align": [
      "wide",
      "full",
      "center"
    ]
  },
  "attributes": {
    "className": {
      "type": "string"
    },
    "align": {
      "type": "string",
      "default": "center"
    },
    "sectionAlignment": {
      "type": "string",
      "default": "center"
    },
    "showImage": {
      "type": "boolean",
      "default": true
    },
    "imgURL": {
      "type": "string"
    },
    "imgID": {
      "type": "number"
    },
    "imgAlt": {
      "type": "string"
    },
    "opacityRatio": {
      "type": "number",
      "default": 75
    },
    "ctaBackGroundColor": {
      "type": "string",
      "default": "#0e0e0e"
    },
    "borderRadius": {
      "type": "number",
      "default": 0
    },
    "headerTagOption": {
      "type": "string",
      "default": "h2"
    },
    "backgroundFix": {
      "type": "boolean",
      "default": false
    },
    "headertitleColor": {
      "type": "string",
      "default": "#fff"
    },
    "headersubtitleColor": {
      "type": "string",
      "default": "#fff"
    },
    "headermarginTop": {
      "type": "number",
      "default": 5
    },
    "headermarginBottom": {
      "type": "number",
      "default": 5
    },
    "headerpaddingLeft": {
      "type": "number",
      "default": 0
    },
    "headerpaddingRight": {
      "type": "number",
      "default": 0
    },
    "animation": {
      "type": "string",
      "default": ""
    },
    "blockHoverEffect": {
      "type": "string",
      "default": ""
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}