{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "templazee/team",
  "title": "Team",
  "category": "templazee",
  "parent": [
    "templazee/teams"
  ],
  "description": "Represents a single team member, designed to be used within the 'Teams' block for showcasing individual profiles.",
  "supports": {
    "html": false
  },
  "textdomain": "team",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css"
}