{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 1,
  "name": "fast-ebay-listings/item",
  "title": "Fast eBay Single Item",
  "category": "common",
  "icon": "store",
  "description": "Present details of a single eBay item listing",
  "keywords": [
      "eBay",
      "eBay wordpress plugin",
      "eBay partner network",
      "eBay listing",
      "eBay shops",
      "eBay item",
      "ecommerce",
      "affiliate marketing"
    ],  
  "textdomain": "fast-ebay-listings",
  "attributes": {
    "item": {
      "type": "string"
    },
    "variation": {
      "type": "boolean"
    },
    "picwidth": {
      "type": "string"
    },
    "customid": {
      "type": "string"
    }
  },
  "supports": {
    "html": false
  },
  "script": "item-block-editor",
  "editorScript": "file:./item.js",
  "editorStyle": "file:../editor.css"
}
