{
  "apiVersion": 2,
  "name": "wholesale-for-woocommerce/add-to-requisition-list",
  "version": "2.0.0",
  "title": "Alternative Shipping Options Block",
  "category": "media",
  "description": "Adds a select field to let the shopper choose alternative shipping instructions.",
  "supports": {
    "html": false,
    "align": false,
    "multiple": false,
    "reusable": false
  },
  "parent": [
    "woocommerce/cart-totals-block"
  ],
  "attributes": {
    "lock": {
      "type": "object",
      "default": {
        "remove": true,
        "move": true
      }
    }
  },
  "textdomain": "woocommerce-wholesale-pricing",
  "editorStyle": "file:../../../build/style-requisition-list.css"
}