{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "awcdp/partial-payments-details",
  "version": "1.0.0",
  "title": "Partial Payments Details",
  "description": "Display the details of partial payments (deposit and future payments).",
  "category": "awcdp-blocks",
  "supports": {
    "html": false,
    "align": false,
    "multiple": false,
    "reusable": false
  },
  "parent": [
    "woocommerce/checkout-totals-block"
  ],
  "attributes": {
    "lock": {
      "type": "object",
      "default": {
        "remove": true,
        "move": true
      }
    }
  },
  "textdomain": "deposits-partial-payments-for-woocommerce"
}
