# blockenberg/2.0.7/blocks/count-up/block.json

Blockenberg — 600+ Advanced Gutenberg Blocks &amp; AI Agent for WordPress Block Editor, version 2.0.7. 115 lines.

- Page: https://pluginprobe.com/plugins/blockenberg/2.0.7/code/blocks/count-up/block.json
- Raw: https://pluginprobe.com/plugins/blockenberg/2.0.7/raw/blocks/count-up/block.json
- Modified: 2026-03-06T12:32:40+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/blockenberg/2.0.7/code/blocks/count-up/block.json#L10-L20`.

```json
{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "blockenberg/count-up",
    "title": "Count Up",
    "category": "bkbg-effects",
    "icon": "chart-bar",
    "description": "Animated number counter that counts up when scrolled into view.",
    "textdomain": "blockenberg",
    "editorScript": "bkbg-count-up-editor",
    "style": "bkbg-count-up-style",
    "viewScript": "bkbg-count-up-frontend",
    "attributes": {
        "value": {
            "type": "number",
            "default": 1000
        },
        "prefix": {
            "type": "string",
            "default": ""
        },
        "suffix": {
            "type": "string",
            "default": "+"
        },
        "duration": {
            "type": "number",
            "default": 2000
        },
        "separator": {
            "type": "string",
            "default": ","
        },
        "decimals": {
            "type": "number",
            "default": 0
        },
        "label": {
            "type": "string",
            "default": "Happy Clients"
        },
        "showLabel": {
            "type": "boolean",
            "default": true
        },
        "icon": {
            "type": "string",
            "default": "😊"
        },
        "showIcon": {
            "type": "boolean",
            "default": true
        },
        "iconSize": {
            "type": "number",
            "default": 40
        },
        "valueSize": {
            "type": "number",
            "default": 72
        },
        "labelSize": {
            "type": "number",
            "default": 18
        },
        "valueColor": {
            "type": "string",
            "default": "#7c3aed"
        },
        "labelColor": {
            "type": "string",
            "default": "#374151"
        },
        "iconColor": {
            "type": "string",
            "default": "#7c3aed"
        },
        "bgColor": {
            "type": "string",
            "default": ""
        },
        "textAlign": {
            "type": "string",
            "default": "center"
        },
        "maxWidth": {
            "type": "number",
            "default": 360
        },
        "paddingTop": {
            "type": "number",
            "default": 48
        },
        "paddingBottom": {
            "type": "number",
            "default": 48
        },
        "typoValue": {
            "type": "object",
            "default": {}
        },
        "typoLabel": {
            "type": "object",
            "default": {}
        }
    },
    "supports": {
        "html": false,
        "align": [
            "wide",
            "full"
        ]
    }
}

```
