{
  "apiVersion": 2,
  "name": "pakettikauppa/pickup-point-selection-checkout",
  "version": "1.0.2",
  "title": "Posti pickup point selection",
  "category": "woocommerce",
  "description": "Allow to add components for Pakettikauppa shipping method on Checkout page",
  "parent": [
    "woocommerce/checkout-shipping-methods-block"
  ],
  "supports": {
    "html": false,
    "align": false,
    "multiple": false,
    "reusable": false
  },
  "attributes": {
    "lock": {
      "type": "object",
      "default": {
        "remove": true,
        "move": true
      }
    },
    "text": {
      "type": "string",
      "default": ""
    }
  },
  "textdomain": "woo-pakettikauppa"
}