{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "title": "Advanced Icon Box",
  "name": "zolo/advanced-icon-box",
  "category": "zoloblocks",
  "keywords": [
    "icon",
    "advanced",
    "box",
    "feature",
    "service",
    "list"
  ],
  "description": "Enhance content with interactive, custom-designed icon boxes.",
  "apiVersion": 3,
  "textdomain": "zoloblocks",
  "example": {
    "attributes": {
      "preview": true
    },
    "viewportWidth": 400
  },
  "supports": {
    "anchor": false,
    "customClassName": false,
    "align": [
      "wide",
      "full"
    ]
  },
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css"
}