{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "brandy/size-chart",
  "title": "Size Chart",
  "category": "brandy-blocks",
  "description": "Display product size chart based on settings",
  "keywords": [
    "size",
    "chart",
    "table",
    "dimensions",
    "product"
  ],
  "textdomain": "brandy-blocks",
  "attributes": {
    "displayType": {
      "type": "string",
      "default": "popup",
      "enum": [
        "table",
        "popup"
      ]
    }
  },
  "usesContext": [
    "postId",
    "postType"
  ],
  "supports": {
    "html": false,
    "reusable": false,
    "spacing": {
      "margin": true,
      "padding": true,
      "__experimentalDefaultControls": {
        "margin": true,
        "padding": true
      }
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalDefaultControls": {
        "color": true,
        "radius": true,
        "style": true,
        "width": true
      }
    },
    "color": {
      "background": true,
      "text": true,
      "__experimentalDefaultControls": {
        "background": true,
        "text": true
      }
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true,
      "__experimentalFontFamily": true,
      "__experimentalFontWeight": true,
      "__experimentalFontStyle": true,
      "__experimentalTextTransform": true,
      "__experimentalTextDecoration": true,
      "__experimentalLetterSpacing": true,
      "__experimentalDefaultControls": {
        "fontSize": true
      }
    }
  },
  "ancestor": [
    "woocommerce/all-products",
    "woocommerce/featured-product",
    "woocommerce/single-product",
    "woocommerce/product-template",
    "core/post-template"
  ],
  "allowedBlocks": [
    "brandy/button"
  ],
  "example": {},
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "script": "file:./size-chart.js"
}