{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "title": "Brand Grid",
  "name": "zolo/brand-grid",
  "category": "zoloblocks",
  "keywords": [
    "grid",
    "brand",
    "partner",
    "logo",
    "sponsor",
    "client"
  ],
  "description": "Showcase brand partners with a clean, customizable grid.",
  "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"
}