29 lines
536 B
JSON
29 lines
536 B
JSON
|
{
|
||
|
"apiVersion": 2,
|
||
|
"name": "core/categories",
|
||
|
"title": "Categories",
|
||
|
"category": "widgets",
|
||
|
"description": "Display a list of all categories.",
|
||
|
"textdomain": "default",
|
||
|
"attributes": {
|
||
|
"displayAsDropdown": {
|
||
|
"type": "boolean",
|
||
|
"default": false
|
||
|
},
|
||
|
"showHierarchy": {
|
||
|
"type": "boolean",
|
||
|
"default": false
|
||
|
},
|
||
|
"showPostCounts": {
|
||
|
"type": "boolean",
|
||
|
"default": false
|
||
|
}
|
||
|
},
|
||
|
"supports": {
|
||
|
"align": true,
|
||
|
"html": false
|
||
|
},
|
||
|
"editorStyle": "wp-block-categories-editor",
|
||
|
"style": "wp-block-categories"
|
||
|
}
|