{
  "$schema": "https://json.schemastore.org/block.json",
  "apiVersion": 2,
  "name": "ic-epc/image-gallery",
  "textdomain": "ecommerce-product-catalog",
  "title": "Product Image",
  "icon": "format-gallery",
  "category": "ic-epc-block-cat",
  "attributes": {
    "productFromContext": {
      "type": "boolean",
      "default": true
    },
    "sample": {
      "type": "string",
      "default": ""
    },
    "productSearch": {
      "type": "string",
      "default": ""
    },
    "selectedProduct": {
      "type": "integer",
      "default": 0
    },
    "alignment": {
      "type": "string",
      "default": "none"
    },
    "border": {
      "type": "string",
      "default": "none"
    },
    "spacing": {
      "type": "string",
      "default": ""
    },
    "metaField": {
      "meta": "_thumbnail_id",
      "type": "string",
      "source": "meta"
    }
  },
  "editorScript": "file:./block.js",
  "style": "file:./style.css"
}
