{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "surecart/product-quantity",
  "title": "Product Quantity",
  "description": "Display the product quantity selector",
  "version": "1.0.0",
  "category": "surecart-product-page",
  "icon": "media-interactive",
  "ancestor": [
    "surecart/product-page",
    "surecart/product-quick-view",
    "surecart/sticky-purchase"
  ],
  "keywords": [
    "quantity",
    "form",
    "product"
  ],
  "example": {
    "viewportWidth": 200
  },
  "attributes": {
    "label": {
      "type": "string",
      "default": "Quantity"
    },
    "hidden_label": {
      "type": "boolean",
      "default": false
    },
    "id": {
      "type": "string"
    }
  },
  "supports": {
    "interactivity": true,
    "anchor": true,
    "typography": {
      "fontSize": true,
      "lineHeight": true,
      "textAlign": true,
      "__experimentalFontFamily": true,
      "__experimentalFontWeight": true,
      "__experimentalFontStyle": true,
      "__experimentalTextTransform": true,
      "__experimentalTextDecoration": true,
      "__experimentalLetterSpacing": true,
      "__experimentalDefaultControls": {
        "fontSize": true,
        "fontAppearance": true,
        "textTransform": true
      }
    },
    "spacing": {
      "padding": true,
      "margin": true,
      "__experimentalDefaultControls": {
        "padding": true,
        "margin": true
      }
    },
    "color": {
      "gradients": false,
      "background": true,
      "link": false,
      "__experimentalDefaultControls": {
        "background": true,
        "text": true,
        "link": true
      }
    },
    "dimensions": {
      "minHeight": true
    }
  },
  "textdomain": "surecart",
  "render": "file:./view.php",
  "editorScript": "file:./index.js",
  "editorStyle": [
    "surecart-quantity-selector",
    "surecart-input-group",
    "file:./index.css"
  ],
  "style": [
    "surecart-quantity-selector",
    "surecart-input-group",
    "file:./style-index.css"
  ]
}