File "block.json"
Full Path: /home/gfpel/public_html/wp-includes/blocks/archives/block.json
File size: 427 bytes
MIME-type: application/json
Charset: utf-8
{
"name": "core/archives",
"category": "widgets",
"attributes": {
"align": {
"type": "string",
"enum": [
"left",
"center",
"right",
"wide",
"full"
]
},
"className": {
"type": "string"
},
"displayAsDropdown": {
"type": "boolean",
"default": false
},
"showPostCounts": {
"type": "boolean",
"default": false
}
},
"supports": {
"align": true,
"html": false
}
}