{
  "$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
  "name": "swift-commerce/currency-switcher",
  "version": "1.5.0",
  "title": "Currency Switcher",
  "category": "swift-commerce",
  "icon": "money-alt",
  "description": "Let shoppers choose the currency used for product prices.",
  "keywords": [
    "currency",
    "exchange",
    "woocommerce"
  ],
  "textdomain": "swift-commerce",
  "attributes": {
    "inheritDesign": {
      "type": "boolean",
      "default": true
    },
    "layout": {
      "type": "string",
      "default": "dropdown",
      "enum": [
        "dropdown",
        "buttons",
        "list",
        "flags"
      ]
    },
    "showFlags": {
      "type": "boolean",
      "default": true
    },
    "showCode": {
      "type": "boolean",
      "default": true
    },
    "showName": {
      "type": "boolean",
      "default": true
    },
    "showSymbol": {
      "type": "boolean",
      "default": true
    },
    "alignment": {
      "type": "string",
      "default": "left",
      "enum": [
        "left",
        "center",
        "right"
      ]
    }
  },
  "supports": {
    "html": false,
    "anchor": true,
    "align": [
      "wide",
      "full"
    ],
    "spacing": {
      "margin": true,
      "padding": true
    }
  },
  "editorScript": "swift-commerce-currency-switcher-block-editor"
}
