{
  "apiVersion": 3,
  "name": "epaka-pl/epaka-pl-map-input-block",
  "version": "1.1.1",
  "title": "Map Input",
  "category": "woocommerce",
  "description": "Adds a pickup point map input to the checkout.",
  "supports": {
    "html": false,
    "align": false,
    "multiple": false,
    "reusable": false
  },
  "parent": ["woocommerce/checkout-shipping-methods-block"],
  "attributes": {
    "lock": {
      "type": "object",
      "default": {
        "remove": true,
        "move": true
      }
    },
    "text": {
      "type": "string",
      "source": "html",
      "selector": ".wp-block-epaka-pl-map-input",
      "default": ""
    }
  },
  "textdomain": "epaka-pl",
  "editorStyle": "file:../../../build/style-epaka-pl-map-input-block.css"
}