{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "version": "21.0.6",
  "textdomain": "snow-monkey-blocks",
  "name": "snow-monkey-blocks/testimonial",
  "title": "Testimonials",
  "description": "Let's arrange the voice of the customer.",
  "category": "smb",
  "attributes": {
    "md": {
      "type": "number",
      "default": 2
    },
    "lg": {
      "type": "number",
      "default": 2
    },
    "gap": {
      "type": "string",
      "default": ""
    },
    "templateLock": {
      "type": [
        "string",
        "boolean"
      ],
      "enum": [
        "all",
        "insert",
        "contentOnly",
        false
      ]
    }
  },
  "supports": {
    "html": false,
    "spacing": {
      "margin": true
    },
    "contentRole": true,
    "listView": true
  },
  "example": {
    "innerBlocks": [
      {
        "name": "snow-monkey-blocks/testimonial-item",
        "attributes": {
          "avatarID": 1,
          "name": "Lorem",
          "lede": "ipsum",
          "content": "dolor sit amet"
        }
      },
      {
        "name": "snow-monkey-blocks/testimonial-item",
        "attributes": {
          "avatarID": 1,
          "name": "consectetur",
          "lede": "adipiscing",
          "content": "sed do eiusmod tempor"
        }
      }
    ]
  },
  "style": "file:./style-index.css",
  "editorStyle": "file:./index.css",
  "editorScript": "file:./index.js"
}