File "block.json"

Full Path: /home/gfpel/public_html/wp-includes/blocks/tag-cloud/block.json
File size: 422 bytes
MIME-type: application/json
Charset: utf-8

{
	"name": "core/tag-cloud",
	"category": "widgets",
	"attributes": {
		"align": {
			"type": "string",
			"enum": [
				"left",
				"center",
				"right",
				"wide",
				"full"
			]
		},
		"className": {
			"type": "string"
		},
		"taxonomy": {
			"type": "string",
			"default": "post_tag"
		},
		"showTagCounts": {
			"type": "boolean",
			"default": false
		}
	},
	"supports": {
		"html": false,
		"align": true
	}
}