{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "title": "Avatar",
  "name": "brandy/avatar",
  "category": "brandy-blocks",
  "description": "A single avatar inside an Avatar Group: image with link, alt text and initials fallback.",
  "parent": [
    "brandy/avatar-group",
    "brandy/team-member"
  ],
  "attributes": {
    "mediaId": {
      "type": "number",
      "default": 0
    },
    "url": {
      "type": "string",
      "default": ""
    },
    "alt": {
      "type": "string",
      "default": ""
    },
    "name": {
      "type": "string",
      "default": ""
    },
    "linkUrl": {
      "type": "string",
      "default": ""
    },
    "newTab": {
      "type": "boolean",
      "default": false
    }
  },
  "usesContext": [
    "brandy/avatarSize",
    "brandy/avatarShape",
    "brandy/avatarRingColor",
    "brandy/avatarRingWidth"
  ],
  "supports": {
    "reusable": false,
    "html": false,
    "inserter": false
  },
  "textdomain": "brandy-blocks",
  "render": "file:./render.php",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}