Changeset 53157 for trunk/src/wp-includes/blocks/tag-cloud/block.json
- Timestamp:
- 04/12/2022 03:10:30 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/tag-cloud/block.json
r52042 r53157 1 1 { 2 "$schema": "https://schemas.wp.org/trunk/block.json", 2 3 "apiVersion": 2, 3 4 "name": "core/tag-cloud", … … 20 21 "type": "boolean", 21 22 "default": false 23 }, 24 "smallestFontSize": { 25 "type": "string", 26 "default": "8pt" 27 }, 28 "largestFontSize": { 29 "type": "string", 30 "default": "22pt" 22 31 } 23 32 }, 33 "styles": [ 34 { "name": "default", "label": "Default", "isDefault": true }, 35 { "name": "outline", "label": "Outline" } 36 ], 24 37 "supports": { 25 38 "html": false,
Note: See TracChangeset
for help on using the changeset viewer.