{
  "apiVersion": 3,
  "title": "Counter",
  "name": "brandy/counter",
  "category": "brandy-blocks",
  "description": "Animated number counter or circle progress with optional icon",
  "keywords": [
    "counter",
    "number",
    "stats",
    "circle",
    "progress"
  ],
  "attributes": {
    "type": {
      "type": "string",
      "default": "number"
    },
    "layout": {
      "type": "string",
      "default": "top"
    },
    "startValue": {
      "type": "number",
      "default": 0
    },
    "endValue": {
      "type": "number",
      "default": 100
    },
    "duration": {
      "type": "number",
      "default": 2000
    },
    "prefix": {
      "type": "string",
      "default": ""
    },
    "suffix": {
      "type": "string",
      "default": ""
    },
    "useThousandSeparator": {
      "type": "boolean",
      "default": false
    },
    "decimals": {
      "type": "number",
      "default": 0
    },
    "title": {
      "type": "string",
      "default": ""
    },
    "description": {
      "type": "string",
      "default": ""
    },
    "iconName": {
      "type": "string",
      "default": ""
    },
    "iconType": {
      "type": "string",
      "default": "regular"
    },
    "iconSize": {
      "type": "number",
      "default": 48
    },
    "iconColor": {
      "type": "string",
      "default": ""
    },
    "numberFontSize": {
      "type": "number",
      "default": 48
    },
    "numberColor": {
      "type": "string",
      "default": ""
    },
    "numberFontWeight": {
      "type": "number",
      "default": 700
    },
    "titleFontSize": {
      "type": "number",
      "default": 18
    },
    "titleColor": {
      "type": "string",
      "default": ""
    },
    "maxValue": {
      "type": "number",
      "default": 100
    },
    "circleSize": {
      "type": "number",
      "default": 160
    },
    "strokeWidth": {
      "type": "number",
      "default": 8
    },
    "trackColor": {
      "type": "string",
      "default": "#E5E7EB"
    },
    "progressColor": {
      "type": "string",
      "default": "#0061FE"
    },
    "source": {
      "type": "string",
      "default": "manual"
    },
    "postType": {
      "type": "string",
      "default": "post"
    },
    "postStatus": {
      "type": "string",
      "default": "publish"
    },
    "taxonomy": {
      "type": "string",
      "default": ""
    },
    "termSlug": {
      "type": "string",
      "default": ""
    },
    "userRole": {
      "type": "string",
      "default": ""
    },
    "commentStatus": {
      "type": "string",
      "default": "approved"
    },
    "productFilter": {
      "type": "string",
      "default": ""
    },
    "productStock": {
      "type": "string",
      "default": ""
    }
  },
  "supports": {
    "reusable": false,
    "html": false,
    "interactivity": true,
    "color": {
      "gradients": true,
      "__experimentalDefaultControls": {
        "background": true
      }
    },
    "spacing": {
      "margin": true,
      "padding": true
    },
    "align": [
      "wide",
      "full"
    ]
  },
  "render": "file:./render.php",
  "textdomain": "brandy-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScriptModule": "file:./view.js"
}