{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "billy-blocks/quote-table",
  "title": "Quote Table",
  "icon": "menu-alt",
  "category": "billy-blocks",
  "textdomain": "billy",
  "attributes": {
    "currency": {
      "type": "string",
      "default": ""
    },
    "locale": {
      "type": "string",
      "default": ""
    },
    "amountSubtotal": {
      "type": "number",
      "default": ""
    },
    "amountTotal": {
      "type": "number",
      "default": ""
    },
    "taxRates": {
      "type": "string",
      "default": ""
    },
    "taxRatesTotal": {
      "type": "number",
      "default": ""
    }
  },
  "supports": {
    "inserter": false,
    "reusable": false,
    "html": false
  },
  "editorScript": "file:./index.js"
}