{
  "$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
  "name": "swift-commerce/back-in-stock",
  "version": "1.5.0",
  "title": "Back In Stock Form",
  "category": "swift-commerce",
  "icon": "bell",
  "description": "Display the notification form for an eligible WooCommerce product.",
  "keywords": [
    "stock",
    "notification",
    "product"
  ],
  "textdomain": "swift-commerce",
  "attributes": {
    "productId": {
      "type": "number",
      "default": 0,
      "minimum": 0
    }
  },
  "usesContext": [
    "postId",
    "postType"
  ],
  "supports": {
    "html": false,
    "anchor": true,
    "spacing": {
      "margin": true,
      "padding": true
    }
  },
  "editorScript": "swift-commerce-back-in-stock-block-editor"
}
