{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "textdomain": "snow-monkey-blocks",
  "name": "snow-monkey-blocks/testimonial-item",
  "title": "Testimonial",
  "description": "It is a child block of the testimonial block.",
  "category": "smb",
  "parent": [
    "snow-monkey-blocks/testimonial"
  ],
  "attributes": {
    "avatarID": {
      "type": "number",
      "default": 0,
      "role": "content"
    },
    "avatarURL": {
      "type": "string",
      "source": "attribute",
      "selector": ".smb-testimonial__item__figure > img",
      "attribute": "src",
      "default": "https://0.gravatar.com/avatar/00000000000000000000000000000000?s=128&d=mp&r=g",
      "role": "content"
    },
    "avatarAlt": {
      "type": "string",
      "source": "attribute",
      "selector": ".smb-testimonial__item__figure > img",
      "attribute": "alt",
      "default": "",
      "role": "content"
    },
    "name": {
      "type": "string",
      "source": "html",
      "selector": ".smb-testimonial__item__name",
      "default": "",
      "role": "content"
    },
    "lede": {
      "type": "string",
      "source": "html",
      "selector": ".smb-testimonial__item__lede",
      "default": "",
      "role": "content"
    },
    "content": {
      "type": "string",
      "source": "html",
      "selector": ".smb-testimonial__item__content",
      "default": "",
      "role": "content"
    }
  },
  "supports": {
    "html": false
  },
  "editorScript": "file:./index.js"
}