Changeset 59072 for trunk/src/wp-includes/blocks/categories/block.json
- Timestamp:
- 09/20/2024 01:53:52 AM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/categories/block.json
r57578 r59072 3 3 "apiVersion": 3, 4 4 "name": "core/categories", 5 "title": " Categories List",5 "title": "Terms List", 6 6 "category": "widgets", 7 "description": "Display a list of all categories.", 7 "description": "Display a list of all terms of a given taxonomy.", 8 "keywords": [ "categories" ], 8 9 "textdomain": "default", 9 10 "attributes": { 11 "taxonomy": { 12 "type": "string", 13 "default": "category" 14 }, 10 15 "displayAsDropdown": { 11 16 "type": "boolean", … … 27 32 "type": "boolean", 28 33 "default": false 34 }, 35 "label": { 36 "type": "string", 37 "__experimentalRole": "content" 38 }, 39 "showLabel": { 40 "type": "boolean", 41 "default": true 29 42 } 30 43 }, 44 "usesContext": [ "enhancedPagination" ], 31 45 "supports": { 32 46 "align": true, … … 55 69 "interactivity": { 56 70 "clientNavigation": true 71 }, 72 "__experimentalBorder": { 73 "radius": true, 74 "color": true, 75 "width": true, 76 "style": true, 77 "__experimentalDefaultControls": { 78 "radius": true, 79 "color": true, 80 "width": true, 81 "style": true 82 } 57 83 } 58 84 },
Note: See TracChangeset
for help on using the changeset viewer.