ru-se.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

block.json (424B)


      1 {
      2 	"apiVersion": 2,
      3 	"name": "core/tag-cloud",
      4 	"title": "Tag Cloud",
      5 	"category": "widgets",
      6 	"description": "A cloud of your most used tags.",
      7 	"textdomain": "default",
      8 	"attributes": {
      9 		"taxonomy": {
     10 			"type": "string",
     11 			"default": "post_tag"
     12 		},
     13 		"showTagCounts": {
     14 			"type": "boolean",
     15 			"default": false
     16 		}
     17 	},
     18 	"supports": {
     19 		"html": false,
     20 		"align": true
     21 	},
     22 	"editorStyle": "wp-block-tag-cloud-editor"
     23 }