{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "combo-blocks/woo-sku",
  "title": "Product SKU",
  "textdomain": "combo-blocks",
  "category": "combo-blocks-woo",
  "usesContext": [
    "combo-blocks/liveMode",
    "postId",
    "loopIndex",
    "postType",
    "queryId"
  ],
  "supports": {
    "align": [
      "wide",
      "full"
    ]
  },
  "attributes": {
    "wrapper": {
      "type": "object",
      "default": {
        "options": {
          "tag": "div",
          "class": "pg-woo-sku"
        },
        "styles": {
          "display": {
            "Desktop": "flex"
          },
          "alignItems": {
            "Desktop": "center"
          },
          "gap": {
            "Desktop": "1em"
          }
        }
      }
    },
    "sku": {
      "type": "object",
      "default": {
        "options": {
          "text": "",
          "tag": "span",
          "class": "sku"
        },
        "styles": {}
      }
    },
    "icon": {
      "type": "object",
      "default": {
        "options": {
          "library": "fontAwesome",
          "srcType": "class",
          "iconSrc": "",
          "position": "",
          "class": "icon"
        },
        "styles": {}
      }
    },
    "prefix": {
      "type": "object",
      "default": {
        "options": {
          "text": "",
          "class": "prefix"
        },
        "styles": {}
      }
    },
    "postfix": {
      "type": "object",
      "default": {
        "options": {
          "text": "",
          "class": "postfix"
        },
        "styles": {}
      }
    },
    "visible": {
      "type": "object",
      "default": {}
    },
    "blockId": {
      "type": "string",
      "default": ""
    },
    "blockCssY": {
      "type": "object",
      "default": {
        "items": {}
      }
    }
  },
  "style": "front_style",
  "script": "combo_blocks_scripts",
  "keywords": [
    "product sku",
    "woocommerce sku",
    "product sku block",
    "product sku for woocommerce",
    "product sku block for woocommerce"
  ],
  "description": "The product SKU block displays a unique identification code of a product"
}