{
  "$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
  "name": "swift-commerce/wishlist",
  "version": "1.5.0",
  "title": "Wishlist Page",
  "category": "swift-commerce",
  "icon": "heart",
  "description": "Display the current shopper's Wishlist with the saved Swift Commerce design.",
  "keywords": [
    "wishlist",
    "favorites",
    "woocommerce"
  ],
  "textdomain": "swift-commerce",
  "supports": {
    "html": false,
    "anchor": true,
    "align": [
      "wide",
      "full"
    ],
    "spacing": {
      "margin": true,
      "padding": true
    }
  },
  "editorScript": "swift-commerce-wishlist-block-editor"
}
