mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-06 02:41:27 +01:00
36 lines
497 B
JSON
36 lines
497 B
JSON
|
{
|
||
|
"name": "core/categories",
|
||
|
"category": "widgets",
|
||
|
"attributes": {
|
||
|
"align": {
|
||
|
"type": "string",
|
||
|
"enum": [
|
||
|
"left",
|
||
|
"center",
|
||
|
"right",
|
||
|
"wide",
|
||
|
"full"
|
||
|
]
|
||
|
},
|
||
|
"className": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"displayAsDropdown": {
|
||
|
"type": "boolean",
|
||
|
"default": false
|
||
|
},
|
||
|
"showHierarchy": {
|
||
|
"type": "boolean",
|
||
|
"default": false
|
||
|
},
|
||
|
"showPostCounts": {
|
||
|
"type": "boolean",
|
||
|
"default": false
|
||
|
}
|
||
|
},
|
||
|
"supports": {
|
||
|
"align": true,
|
||
|
"html": false
|
||
|
}
|
||
|
}
|