{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "marzipan/checkout",
  "version": "1.0.0",
  "title": "Checkout",
  "category": "marzipan",
  "icon": "money-alt",
  "description": "Checkout form for completing purchases.",
  "keywords": [
    "checkout",
    "payment",
    "purchase",
    "marzipan"
  ],
  "textdomain": "marzipan-commerce-for-wineries",
  "editorScript": "file:./index.js",
  "editorStyle": "marzipan-editor",
  "attributes": {},
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ]
  }
}