{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "marzipan/product",
  "version": "1.0.0",
  "title": "Product",
  "category": "marzipan",
  "icon": "format-image",
  "description": "Display a single product.",
  "keywords": [
    "product",
    "single",
    "marzipan",
    "wine"
  ],
  "textdomain": "marzipan-commerce-for-wineries",
  "editorScript": "file:./index.js",
  "editorStyle": "marzipan-editor",
  "attributes": {
    "product": {
      "type": "string",
      "default": ""
    },
    "view": {
      "type": "string",
      "default": "mini"
    },
    "showCollectionName": {
      "type": "boolean",
      "default": true
    },
    "showMoreLink": {
      "type": "string",
      "default": "default"
    },
    "showMoreText": {
      "type": "string",
      "default": ""
    },
    "hideAddToCartButton": {
      "type": "boolean",
      "default": false
    },
    "showCartQuantity": {
      "type": "string",
      "default": "default"
    },
    "redirectToCart": {
      "type": "string",
      "default": "default"
    },
    "addToCartText": {
      "type": "string",
      "default": ""
    },
    "cartPath": {
      "type": "string",
      "default": ""
    },
    "showSubscriberPricing": {
      "type": "string",
      "default": "default"
    },
    "bundleText": {
      "type": "string",
      "default": ""
    },
    "saleBadgeText": {
      "type": "string",
      "default": ""
    },
    "subscriberBadgeText": {
      "type": "string",
      "default": ""
    },
    "subscriberPriceLabel": {
      "type": "string",
      "default": ""
    }
  },
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ]
  }
}