{
  "apiVersion": 3,
  "title": "Count",
  "name": "b3rg/count",
  "parent": [
    "b3rg/counter"
  ],
  "version": "0.1.0",
  "category": "design",
  "attributes": {
    "endVal": {
      "type": "number",
      "default": 100
    },
    "startVal": {
      "type": "number",
      "default": 0
    },
    "disableCounting": {
      "type": "boolean",
      "default": false
    },
    "decimalPlaces": {
      "type": "number",
      "default": 0
    },
    "duration": {
      "type": "number",
      "default": 2
    },
    "displayThousandSeparator": {
      "type": "boolean",
      "default": false
    },
    "separator": {
      "type": "string",
      "default": ""
    }
  },
  "description": "Count Block",
  "supports": {
    "html": false,
    "color": {
      "text": false,
      "background": false
    }
  },
  "textdomain": "b3rg",
  "editorScript": "file:index.js",
  "viewScript": "file:block-frontend.js",
  "editorStyle": "file:index.css",
  "style": "file:style-index.css"
}