"Fossies" - the Fresh Open Source Software Archive 
Member "wordpress/wp-includes/blocks/tag-cloud/block.json" (28 Jan 2021, 324 Bytes) of package /linux/www/wordpress-5.7-RC1.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) JSON source code syntax highlighting (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
See also the latest
Fossies "Diffs" side-by-side code changes report for "block.json":
5.6.2_vs_5.7-RC1.
1 {
2 "apiVersion": 2,
3 "name": "core/tag-cloud",
4 "category": "widgets",
5 "attributes": {
6 "taxonomy": {
7 "type": "string",
8 "default": "post_tag"
9 },
10 "showTagCounts": {
11 "type": "boolean",
12 "default": false
13 }
14 },
15 "supports": {
16 "html": false,
17 "align": true
18 },
19 "editorStyle": "wp-block-tag-cloud-editor"
20 }