{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "title": "Advanced Button",
  "name": "zolo/advanced-button",
  "category": "zoloblocks",
  "keywords": [
    "button",
    "advanced",
    "cta",
    "link",
    "transition",
    "animation"
  ],
  "description": "Use stylish button transitions for enhanced engagement.",
  "apiVersion": 3,
  "textdomain": "zoloblocks",
  "example": {
    "attributes": {
      "preview": true
    },
    "viewportWidth": 400
  },
  "supports": {
    "anchor": false,
    "align": [
      "wide",
      "full"
    ],
    "customClassName": false
  },
  "editorScript": [
    "file:./index.js"
  ],
  "style": "file:./style.css"
}