{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "combo-blocks/woo-product-info-item",
  "title": "Product Info Item",
  "textdomain": "combo-blocks",
  "category": "combo-blocks-woo",
  "parent": [
    "combo-blocks/woo-product-info",
    "combo-blocks/layers"
  ],
  "usesContext": [
    "postId",
    "loopIndex",
    "combo-blocks/productInfo",
    "postType",
    "queryId"
  ],
  "supports": {
    "align": [
      "wide",
      "full"
    ]
  },
  "attributes": {
    "wrapper": {
      "type": "object",
      "default": {
        "options": {
          "tag": "span",
          "class": "pg-woo-product-info-item"
        },
        "styles": {}
      }
    },
    "field": {
      "type": "object",
      "default": {
        "options": {
          "class": "item",
          "tag": "span",
          "limitBy": "",
          "limitCount": 99,
          "isLink": true,
          "linkTo": "postUrl",
          "linkToAuthorMeta": "",
          "linkToCustomMeta": "",
          "customMeta": "",
          "metaType": "",
          "linkTarget": "_blank",
          "linkAttr": [],
          "fieldValue": "weight",
          "customUrl": ""
        },
        "styles": {}
      }
    },
    "icon": {
      "type": "object",
      "default": {
        "options": {
          "library": "fontAwesome",
          "srcType": "class",
          "iconSrc": "",
          "position": "beforePrefix",
          "class": "info-icon"
        },
        "styles": {}
      }
    },
    "prefix": {
      "type": "object",
      "default": {
        "options": {
          "text": "",
          "class": "prefix",
          "position": "beforebegin "
        },
        "styles": {}
      }
    },
    "postfix": {
      "type": "object",
      "default": {
        "options": {
          "text": "",
          "class": "postfix",
          "position": "afterend"
        },
        "styles": {}
      }
    },
    "itemInfo": {
      "type": "object",
      "default": {
        "options": {
          "class": ""
        },
        "styles": {}
      }
    },
    "items": {
      "type": "object",
      "default": {
        "options": {
          "linkTarget": "_blank",
          "showIcon": false,
          "iconPosition": "beforePrefix",
          "tag": "li"
        },
        "styles": {},
        "elements": [
          {
            "id": "weight",
            "label": "Weight",
            "prefix": "Weight: ",
            "postfix": "",
            "value": "10kg",
            "siteIcon": {
              "library": "fontAwesome",
              "srcType": "class",
              "iconSrc": ""
            },
            "options": {},
            "styles": {}
          },
          {
            "id": "length",
            "label": "Length",
            "prefix": "Length: ",
            "postfix": "",
            "value": "10cm",
            "siteIcon": {
              "library": "fontAwesome",
              "srcType": "class",
              "iconSrc": ""
            },
            "options": {},
            "styles": {}
          },
          {
            "id": "width",
            "label": "Width",
            "prefix": "Width: ",
            "postfix": "",
            "value": "10cm",
            "siteIcon": {
              "library": "fontAwesome",
              "srcType": "class",
              "iconSrc": ""
            },
            "options": {},
            "styles": {}
          },
          {
            "id": "height",
            "label": "Height",
            "prefix": "Height: ",
            "postfix": "",
            "value": "10cm",
            "siteIcon": {
              "library": "fontAwesome",
              "srcType": "class",
              "iconSrc": ""
            },
            "options": {},
            "styles": {}
          },
          {
            "id": "dimensions",
            "label": "Dimensions",
            "prefix": "Dimensions: ",
            "postfix": "",
            "value": "10cm X 10cm X 10cm",
            "siteIcon": {
              "library": "fontAwesome",
              "srcType": "class",
              "iconSrc": ""
            },
            "options": {},
            "styles": {}
          }
        ]
      }
    },
    "blockCssY": {
      "type": "object",
      "default": {
        "items": {}
      }
    },
    "visible": {
      "type": "object",
      "default": {}
    },
    "blockId": {
      "type": "string",
      "default": ""
    }
  },
  "style": "front_style",
  "script": "combo_blocks_scripts",
  "keywords": [
    "product info",
    "product additional info",
    "product info block",
    "product info for woocommerce",
    "product info block for woocommerce"
  ],
  "description": "A product info block displays various details and information about a product."
}