{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "title": "Team Child",
  "name": "zolo/team-child",
  "category": "zoloblocks",
  "keywords": [
    "team",
    "member",
    "avatar",
    "profile",
    "bio",
    "position",
    "social"
  ],
  "description": "Add team members to the Team Grid layout.",
  "parent": [
    "zolo/team-grid"
  ],
  "apiVersion": 3,
  "textdomain": "zoloblocks",
  "supports": {
    "anchor": false,
    "customClassName": false,
    "align": [
      "wide",
      "full"
    ]
  },
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css"
}