{
  "$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
  "name": "swift-commerce/product-bundle",
  "version": "1.5.0",
  "title": "Product Bundle",
  "category": "swift-commerce",
  "icon": "products",
  "description": "Display the complete purchase form for a Swift Commerce bundle product.",
  "keywords": [
    "bundle",
    "products",
    "add to cart"
  ],
  "textdomain": "swift-commerce",
  "attributes": {
    "productId": {
      "type": "number",
      "default": 0,
      "minimum": 0
    }
  },
  "usesContext": [
    "postId",
    "postType"
  ],
  "supports": {
    "html": false,
    "anchor": true,
    "align": [
      "wide",
      "full"
    ],
    "spacing": {
      "margin": true,
      "padding": true
    }
  },
  "editorScript": "swift-commerce-product-bundle-block-editor"
}
