{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "title": "Team Grid",
  "icon": "grid-view",
  "name": "zolo/team-grid",
  "category": "zoloblocks",
  "keywords": [
    "team",
    "grid",
    "member",
    "avatar",
    "profile",
    "bio",
    "position",
    "social"
  ],
  "description": "Showcase your team with customizable grid layout options.",
  "apiVersion": 3,
  "textdomain": "zoloblocks",
  "example": {
    "attributes": {
      "preview": true
    },
    "viewportWidth": 410
  },
  "supports": {
    "anchor": false,
    "customClassName": false,
    "align": [
      "wide",
      "full"
    ]
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}