{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "marzipan/carticon",
  "version": "1.0.0",
  "title": "Cart Icon",
  "category": "marzipan",
  "icon": "cart",
  "description": "Cart icon with item count badge.",
  "keywords": [
    "cart",
    "icon",
    "badge",
    "marzipan"
  ],
  "textdomain": "marzipan-commerce-for-wineries",
  "editorScript": "file:./index.js",
  "editorStyle": "marzipan-editor",
  "attributes": {
    "cartPath": {
      "type": "string",
      "default": ""
    },
    "iconStyle": {
      "type": "string",
      "default": "bag-outline"
    }
  },
  "supports": {
    "html": false
  }
}