{
  "apiVersion": 2,
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "name": "coblocks/counter",
  "title": "Counter",
  "category": "widgets",
  "description": "Utilize the CoBlocks Counter block to highlight your company statistics and milestones.",
  "keywords": [
    "numbers",
    "stats"
  ],
  "textdomain": "coblocks",
  "attributes": {
    "align": {
      "type": "string"
    },
    "counterDescription": {
      "type": "string"
    },
    "counterSpeed": {
      "type": "number",
      "default": 1
    },
    "counterText": {
      "type": "string"
    },
    "numberFormatting": {
      "type": "boolean",
      "default": false
    }
  },
  "supports": {
    "anchor": true,
    "html": false,
    "color": {
      "link": true
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true,
      "__experimentalFontStyle": true,
      "__experimentalFontWeight": true,
      "__experimentalLetterSpacing": true,
      "__experimentalTextTransform": true,
      "__experimentalDefaultControls": {
        "fontSize": true
      }
    }
  },
  "editorScript": [
    "coblocks-13"
  ],
  "viewScript": [
    "coblocks-counter-script"
  ]
}