{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "ghostkit/progress",
	"category": "ghostkit",
	"title": "Progress",
	"description": "Show the progress of your work, skills or earnings.",
	"keywords": ["progress", "bar"],
	"supports": {
		"html": false,
		"className": false,
		"anchor": true,
		"align": ["wide", "full"]
	},
	"attributes": {
		"caption": {
			"type": "string",
			"source": "html",
			"selector": ".ghostkit-progress-caption",
			"default": "Progress Caption"
		},
		"height": {
			"type": "number",
			"default": 15
		},
		"percent": {
			"type": "number",
			"default": 75
		},
		"borderRadius": {
			"type": "number"
		},
		"striped": {
			"type": "boolean",
			"default": true
		},
		"animateInViewport": {
			"type": "boolean",
			"default": false
		},
		"showCount": {
			"type": "boolean",
			"default": false
		},
		"countPrefix": {
			"type": "string",
			"default": ""
		},
		"countSuffix": {
			"type": "string",
			"default": "%"
		},
		"color": {
			"type": "string"
		},
		"backgroundColor": {
			"type": "string"
		},
		"hoverColor": {
			"type": "string"
		},
		"hoverBackgroundColor": {
			"type": "string"
		}
	},
	"style": ["ghostkit", "ghostkit-block-progress"],
	"viewScript": ["ghostkit", "ghostkit-block-progress"]
}
