{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "cdek/checkout-map-block",
  "version": "1.0.0",
  "title": "CDEK Delivery Map",
  "category": "widgets",
  "description": "Adds a map on checkout to allow user select office to pickup from.",
  "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",
      "default": ""
    }
  },
  "textdomain": "cdekdelivery"
}