{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "embed-rentle/shop-block",
  "version": "0.1.0",
  "title": "Twice Commerce shop block",
  "keywords": [
    "rentle",
    "twice"
  ],
  "attributes": {
    "shopId": {
      "type": "string"
    },
    "locationId": {
      "type": "string"
    },
    "categoryId": {
      "type": "string"
    },
    "productId": {
      "type": "string"
    },
    "height": {
      "type": "string"
    },
    "paddingSize": {
      "type": "string"
    },
    "disableAutoScroll": {
      "type": "boolean",
      "default": false
    },
    "disableHeightAnimation": {
      "type": "boolean",
      "default": false
    },
    "locationsView": {
      "type": "boolean",
      "default": false
    }
  },
  "category": "widgets",
  "supports": {
    "html": false,
    "reusable": true,
    "align": [
      "full",
      "wide"
    ],
    "spacing": {
      "margin": true,
      "padding": true,
      "blockGap": false
    }
  },
  "textdomain": "embed-rentle",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "render": "file:./render.php"
}