{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "ecpay-invoice-block/invoice-fields",
  "version": "1.0.0",
  "title": "ECPay Woocommerce Invoice Block",
  "category": "woocommerce",
  "parent": [
    "woocommerce/checkout-contact-information-block"
  ],
  "attributes": {
    "lock": {
      "type": "object",
      "default": {
        "remove": true,
        "move": true
      }
    }
  },
  "textdomain": "ecpay-invoice-block",
  "editorScript": "file:./build/index.js"
}