block.json (436B)
1 { 2 "apiVersion": 2, 3 "name": "core/archives", 4 "title": "Archives", 5 "category": "widgets", 6 "description": "Display a monthly archive of your posts.", 7 "textdomain": "default", 8 "attributes": { 9 "displayAsDropdown": { 10 "type": "boolean", 11 "default": false 12 }, 13 "showPostCounts": { 14 "type": "boolean", 15 "default": false 16 } 17 }, 18 "supports": { 19 "align": true, 20 "html": false 21 }, 22 "editorStyle": "wp-block-archives-editor" 23 }