mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-03 11:59:23 +00:00
19 lines
266 B
JSON
19 lines
266 B
JSON
|
{
|
||
|
"name": "core/archives",
|
||
|
"category": "widgets",
|
||
|
"attributes": {
|
||
|
"displayAsDropdown": {
|
||
|
"type": "boolean",
|
||
|
"default": false
|
||
|
},
|
||
|
"showPostCounts": {
|
||
|
"type": "boolean",
|
||
|
"default": false
|
||
|
}
|
||
|
},
|
||
|
"supports": {
|
||
|
"align": true,
|
||
|
"html": false
|
||
|
}
|
||
|
}
|