{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "advance-widget-pack/tag-cloud",
	"title": "AWP Tag Cloud",
	"category": "widgets",
	"icon": "tag",
	"description": "Displays the site's most-used tags as a styled cloud.",
	"keywords": [ "tag cloud", "tags", "popular tags", "awp" ],
	"textdomain": "advance-widget-pack",
	"attributes": {
		"numberOfTags": {
			"type": "number",
			"default": 20
		},
		"showCount": {
			"type": "boolean",
			"default": false
		},
		"orderBy": {
			"type": "string",
			"default": "name"
		}
	},
	"supports": {
		"html": false,
		"align": [ "left", "center", "right" ]
	},
	"editorScript": "file:./index.js",
	"render": "file:./render.php"
}
