{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "jetix-store-toolkit/add-to-wishlist",
  "title": "STK: Add to Wishlist",
  "category": "jstk-blocks",
  "description": "Add a Wishlist button inside any WooCommerce product loop or product template.",
  "keywords": [
    "wishlist",
    "woocommerce",
    "button",
    "jetix"
  ],
  "icon": "heart",
  "usesContext": [
    "postId",
    "postType",
    "queryId"
  ],
  "supports": {
    "html": false
  },
  "editorScript": "file:./index.js",
  "textdomain": "jetix-store-toolkit"
}