{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "wuppi/counter",
	"version": "1.0.1",
	"title": "Counter",
	"category": "wuppi",
	"icon": "chart-bar",
	"description": "An animated numeric counter triggered when scrolled into view. Great for years of experience, clients served, and similar stats.",
	"textdomain": "wuppi-blocks",
	"attributes": {
		"value": {
			"type": "number",
			"default": 100
		},
		"prefix": {
			"type": "string",
			"default": ""
		},
		"suffix": {
			"type": "string",
			"default": ""
		},
		"label": {
			"type": "string",
			"default": ""
		},
		"duration": {
			"type": "number",
			"default": 1500
		},
		"iconEnabled": {
			"type": "boolean",
			"default": false
		},
		"iconName": {
			"type": "string",
			"default": ""
		}
	},
	"supports": {
		"html": false,
		"align": [ "wide" ],
		"color": {
			"text": true,
			"background": true
		},
		"spacing": {
			"margin": true,
			"padding": true
		},
		"typography": {
			"fontSize": true
		}
	}
}
