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