{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "wdevs/tax-switch",
  "version": "1.8.1",
  "title": "Tax Switch for WooCommerce",
  "category": "woocommerce",
  "icon": "money-alt",
  "description": "Switch for toggling tax prices.",
  "supports": {
    "html": false
  },
  "attributes": {
    "switchColor": {
      "type": "string"
    },
    "switchColorChecked": {
      "type": "string"
    },
    "switchBackgroundColor": {
      "type": "string"
    },
    "switchBackgroundColorChecked": {
      "type": "string"
    },
    "switchTextColor": {
      "type": "string"
    },
    "switchLabelIncl": {
      "type": "string"
    },
    "switchLabelExcl": {
      "type": "string"
    },
    "switchAriaLabel": {
      "type": "string"
    },
    "switchType": {
      "type": "string",
      "default": "switch",
      "enum": [
        "switch",
        "buttons"
      ]
    }
  },
  "textdomain": "tax-switch-for-woocommerce",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": [
    "file:./view.js"
  ]
}