block.json (536B)
1 { 2 "apiVersion": 2, 3 "name": "core/categories", 4 "title": "Categories", 5 "category": "widgets", 6 "description": "Display a list of all categories.", 7 "textdomain": "default", 8 "attributes": { 9 "displayAsDropdown": { 10 "type": "boolean", 11 "default": false 12 }, 13 "showHierarchy": { 14 "type": "boolean", 15 "default": false 16 }, 17 "showPostCounts": { 18 "type": "boolean", 19 "default": false 20 } 21 }, 22 "supports": { 23 "align": true, 24 "html": false 25 }, 26 "editorStyle": "wp-block-categories-editor", 27 "style": "wp-block-categories" 28 }