Changeset 57377 for trunk/src/wp-includes/blocks/cover/block.json
- Timestamp:
- 01/29/2024 09:04:18 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/cover/block.json
r56710 r57377 20 20 "alt": { 21 21 "type": "string", 22 "source": "attribute",23 "selector": "img",24 "attribute": "alt",25 22 "default": "" 26 23 }, … … 42 39 "customOverlayColor": { 43 40 "type": "string" 41 }, 42 "isUserOverlayColor": { 43 "type": "boolean" 44 44 }, 45 45 "backgroundType": { … … 115 115 "enableContrastChecker": false 116 116 }, 117 "dimensions": { 118 "aspectRatio": true 119 }, 117 120 "typography": { 118 121 "fontSize": true,
Note: See TracChangeset
for help on using the changeset viewer.