{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "jetix-store-toolkit/wishlist",
  "title": "STK: Wishlist",
  "category": "jstk-blocks",
  "description": "Display the customer's wishlist on any page.",
  "keywords": [
    "wishlist",
    "woocommerce",
    "jetix"
  ],
  "icon": "heart",
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ]
  },
  "editorScript": "file:./index.js",
  "textdomain": "jetix-store-toolkit"
}