{
  "apiVersion": 3,
  "title": "Wishlist Items",
  "name": "brandy/wishlist-items",
  "category": "brandy-blocks",
  "description": "Display products from user's wishlist",
  "attributes": {
    "queryId": {
      "type": "number"
    },
    "query": {
      "type": "object"
    },
    "displayLayout": {
      "type": "object",
      "default": {
        "type": "flex",
        "columns": 4,
        "shrinkColumns": true
      }
    }
  },
  "providesContext": {
    "queryId": "queryId",
    "query": "query",
    "displayLayout": "displayLayout"
  },
  "supports": {
    "align": [
      "wide",
      "full"
    ],
    "anchor": true,
    "html": false,
    "__experimentalLayout": true
  },
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css",
  "viewScript": "file:./frontend.js"
}