first commit
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user