{
  "apiVersion": 3,
  "name": "loopz/gift-card",
  "version": "2.0.0",
  "title": "Gift Card",
  "category": "woocommerce",
  "description": "Shows the apply gift card form.",
  "supports": {
    "html": false,
    "align": false,
    "multiple": false,
    "reusable": false
  },
  "parent": [
    "woocommerce/checkout-order-summary-block",
    "woocommerce/cart-order-summary-block",
    "woocommerce/mini-cart"
  ],
  "attributes": {
    "lock": {
      "type": "object",
      "default": {
        "remove": true,
        "move": true
      }
    },
    "giftCardCode": {
      "type": "string",
      "default": ""
    }
  },
  "textdomain": "gift-card",
  "editorStyle": "file:../style-loopz-gift-card.css",
  "style": "file:./style-index.css"
}