{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "itmar/cart-block",
  "version": "0.1.0",
  "title": "CART BLOCK",
  "category": "widgets",
  "supports": {
    "html": false
  },
  "attributes": {
    "storefrontToken": {
      "type": "string"
    },
    "selectedFields": {
      "type": "array",
      "default": []
    },
    "numberOfItems": {
      "type": "number",
      "default": 3
    },
    "cartId": {
      "type": "string"
    },
    "cartIconId": {
      "type": "string"
    },
    "blocksAttributesArray": {
      "type": "array",
      "default": []
    }
  },
  "textdomain": "itmaroon-ec-relate-bloks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js"
}