{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "title": "Call to Action",
  "name": "zolo/cta",
  "category": "zoloblocks",
  "keywords": [
    "button",
    "cta",
    "action",
    "link",
    "conversion",
    "call"
  ],
  "description": "Design compelling CTAs to boost user engagement and conversions.",
  "apiVersion": 3,
  "textdomain": "zoloblocks",
  "example": {
    "attributes": {
      "preview": true
    },
    "viewportWidth": 410
  },
  "supports": {
    "anchor": false,
    "customClassName": false,
    "align": [
      "wide",
      "full"
    ]
  },
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css"
}