{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "marzipan/collection",
  "version": "1.0.0",
  "title": "Collection",
  "category": "marzipan",
  "icon": "grid-view",
  "description": "Display products from a collection.",
  "keywords": [
    "collection",
    "products",
    "shop",
    "marzipan",
    "wine"
  ],
  "textdomain": "marzipan-commerce-for-wineries",
  "editorScript": "file:./index.js",
  "editorStyle": "marzipan-editor",
  "attributes": {
    "collection": {
      "type": "string",
      "default": ""
    },
    "showCollectionName": {
      "type": "boolean",
      "default": true
    },
    "showDescription": {
      "type": "string",
      "default": "default"
    },
    "showMoreLink": {
      "type": "string",
      "default": "default"
    },
    "showMoreText": {
      "type": "string",
      "default": ""
    },
    "placeholderItems": {
      "type": "number",
      "default": 8
    },
    "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"
    ]
  }
}