{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 1,
  "name": "fast-ebay-listings/rssfeed",
  "title": "Fast eBay RSS Feed",
  "category": "common",
  "icon": "store",
  "description": "Present a list of eBay items from an RSS Feed",
  "keywords": [
      "eBay",
      "RSS Feed",
      "eBay wordpress plugin",
      "eBay partner network",
      "eBay listings",
      "eBay shops",
      "feed",
      "ecommerce",
      "affiliate marketing"
    ],  
  "textdomain": "fast-ebay-listings",
  "attributes": {
    "title": {
      "type": "string"
    },
    "feed": {
      "type": "string"
    },
    "picwidth": {
      "type": "string"
    },
    "columns": {
      "type": "string"
    },
    "rows": {
      "type": "string"
    },
    "slideshow": {
      "type": "string"
    },
    "slides": {
      "type": "string"
    }
  },
  "supports": {
    "html": false
  },
  "script": "rssfeed-block-editor",
  "editorScript": "file:./rssfeed.js",
  "editorStyle": "file:../editor.css"
}
