{
  "apiVersion": 3,
  "title": "Add To Compare List",
  "name": "brandy/add-to-compare-list",
  "category": "brandy-blocks",
  "description": "Display add to compare product list button",
  "attributes": {
    "useIcon": {
      "type": "boolean",
      "default": true
    },
    "iconGap": {
      "type": "string",
      "default": "4px"
    },
    "iconPosition": {
      "type": "string",
      "default": "left"
    },
    "defaultText": {
      "type": "string",
      "default": "Add to compare list"
    },
    "addedText": {
      "type": "string",
      "default": "Added to compare list"
    },
    "defaultIcon": {
      "type": "object",
      "default": {
        "name": "arrows-left-right",
        "type": "regular"
      }
    },
    "addedIcon": {
      "type": "object",
      "default": {
        "name": "arrows-left-right",
        "type": "regular"
      }
    },
    "defaultStyles": {
      "type": "object",
      "default": {
        "backgroundColor": "",
        "textColor": "",
        "borders": {}
      }
    },
    "hoverStyles": {
      "type": "object",
      "default": {
        "backgroundColor": "",
        "textColor": "",
        "borders": {}
      }
    },
    "addedStyles": {
      "type": "object",
      "default": {
        "backgroundColor": "",
        "textColor": "",
        "borders": {}
      }
    }
  },
  "usesContext": [
    "postType",
    "postId"
  ],
  "supports": {
    "reusable": false,
    "html": false,
    "typography": {
      "fontSize": true,
      "lineHeight": true,
      "__experimentalFontFamily": true,
      "__experimentalFontWeight": true,
      "__experimentalFontStyle": true,
      "__experimentalTextTransform": true,
      "__experimentalTextDecoration": true,
      "__experimentalLetterSpacing": true,
      "__experimentalDefaultControls": {
        "fontSize": true
      }
    },
    "spacing": {
      "margin": true,
      "padding": true
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalDefaultControls": {
        "color": true,
        "radius": true,
        "style": true,
        "width": true
      }
    },
    "interactivity": {
      "clientNavigation": true
    }
  },
  "example": {
    "viewportWidth": 1400
  },
  "ancestor": [
    "woocommerce/all-products",
    "woocommerce/featured-product",
    "woocommerce/single-product",
    "woocommerce/product-template",
    "core/post-template"
  ],
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}