{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 1,
  "name": "fast-ebay-listings/search",
  "title": "Fast eBay Search",
  "category": "common",
  "icon": "store",
  "description": "Presents a list of eBay items, based on given search criteria",
  "keywords": [
      "eBay",
      "eBay wordpress plugin",
      "eBay partner network",
      "eBay listings",
      "eBay shops",
      "feed",
      "ecommerce",
      "affiliate marketing"
    ],  
  "textdomain": "fast-ebay-listings",
  "attributes": {
    "title": {
      "type": "string"
    },
    "query": {
      "type": "string"
    },
    "searchindesc": {
      "type": "boolean"
    },
    "searchlocation": {
      "type": "string"
    },
    "pickuppostcode": {
      "type": "string"
    },
    "pickupradius": {
      "type": "string"
    },
    "category": {
      "type": "string"
    },
    "seller": {
      "type": "string"
    },
    "sellertype": {
      "type": "string"
    },
    "buyingoptions": {
      "type": "string"
    },
    "conditionoptions": {
      "type": "string"
    },
    "sort": {
      "type": "string"
    },
    "picwidth": {
      "type": "string"
    },
    "minprice": {
      "type": "string"
    },
    "maxprice": {
      "type": "string"
    },
    "minbids": {
      "type": "string"
    },
    "maxbids": {
      "type": "string"
    },
    "columns": {
      "type": "string"
    },
    "rows": {
      "type": "string"
    },
    "slideshow": {
      "type": "string"
    },
    "slides": {
      "type": "string"
    },
    "customid": {
      "type": "string"
    }
  },
  "supports": {
    "html": false
  },
  "script": "search-block-editor",
  "editorScript": "file:./search.js",
  "editorStyle": "file:../editor.css"
}
