{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "itmar/product-block",
  "version": "0.1.0",
  "title": "PRODUCT BLOCK",
  "category": "widgets",
  "supports": {
    "html": false
  },
  "attributes": {
    "pickupId": {
      "type": "string",
      "default": "Default_Product"
    },
    "productPost": {
      "type": "string",
      "default": "post"
    },
    "storeUrl": {
      "type": "string"
    },
    "shopId": {
      "type": "string"
    },
    "channelName": {
      "type": "string"
    },
    "headlessId": {
      "type": "string"
    },
    "apiSecretMask": {
      "type": "string"
    },
    "adminTokenMask": {
      "type": "string"
    },
    "storefrontTokenMask": {
      "type": "string"
    },
    "callbackUrl": {
      "type": "string"
    },
    "stripeKey": {
      "type": "string"
    },
    "selectedFields": {
      "type": "array",
      "default": []
    },
    "choiceTerms": {
      "type": "array",
      "default": []
    },
    "categoryArray": {
      "type": "array",
      "default": []
    },
    "numberOfItems": {
      "type": "number",
      "default": 3
    },
    "blocksAttributesArray": {
      "type": "array",
      "default": []
    }
  },
  "textdomain": "itmaroon-ec-relate-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js"
}