{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "woocommerce-ac/wcap-whatsapp-consent",
  "version": "1.0.0",
  "title": "WhatsApp Consent Checkbox",
  "category": "woocommerce",
  "parent": [
    "woocommerce/checkout-shipping-address-block"
  ],
  "attributes": {
    "lock": {
      "type": "object",
      "default": {
        "remove": true,
        "move": true
      }
    }
  },
  "textdomain": "woocommerce-ac",
  "editorScript": "file:./build/index.js"
}