{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "surecart/product-scratch-price",
  "title": "Scratch Price",
  "description": "Display the product scratch price.",
  "version": "1.0.0",
  "category": "surecart-product-page",
  "icon": "media-interactive",
  "example": {},
  "usesContext": [
    "postId"
  ],
  "ancestor": [
    "surecart/product-template"
  ],
  "supports": {
    "interactivity": true,
    "spacing": {
      "padding": true,
      "margin": [
        "top",
        "bottom"
      ]
    },
    "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
      }
    },
    "color": {
      "text": true,
      "background": false,
      "enableContrastChecker": true
    }
  },
  "textdomain": "surecart",
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css",
  "render": "file:./view.php"
}