{
  "apiVersion": 3,
  "title": "Quick View Product",
  "name": "brandy/quick-view-product-block",
  "category": "brandy-blocks",
  "description": "A custom quick view product block with a button trigger and product template content.",
  "keywords": [
    "quick view product",
    "popup",
    "button"
  ],
  "attributes": {
    "blockAlignment": {
      "type": "string",
      "default": ""
    }
  },
  "usesContext": [
    "postId",
    "postType",
    "queryId"
  ],
  "supports": {
    "align": [
      "wide",
      "full"
    ],
    "html": false,
    "inserter": true,
    "reusable": false,
    "lock": false
  },
  "example": {
    "attributes": {},
    "innerBlocks": [
      {
        "name": "brandy/button",
        "attributes": {
          "text": "Quick View",
          "className": "quick-view-trigger-button",
          "lock": {
            "remove": true,
            "move": true
          }
        }
      }
    ]
  },
  "ancestor": [
    "woocommerce/all-products",
    "woocommerce/featured-product",
    "woocommerce/single-product",
    "woocommerce/product-template",
    "core/post-template"
  ],
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "script": "file:./product-modal.js"
}