{
  "apiVersion": 3,
  "title": "Testimonial Avatar",
  "name": "brandy/testimonial-avatar",
  "category": "brandy-blocks",
  "ancestor": [
    "brandy/testimonial-card"
  ],
  "description": "Display testimonial avatar",
  "attributes": {},
  "supports": {
    "reusable": false,
    "html": false,
    "color": {
      "gradients": true,
      "__experimentalDefaultControls": {
        "background": true
      }
    },
    "spacing": {
      "margin": true,
      "padding": true
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalDefaultControls": {
        "color": true,
        "radius": true,
        "style": true,
        "width": true
      }
    },
    "interactivity": {
      "clientNavigation": true
    }
  },
  "usesContext": [
    "singleTestimonialId",
    "rootId"
  ],
  "example": {
    "viewportWidth": 1400
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}