- Timestamp:
- 02/07/2025 03:44:07 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/post-featured-image/block.json
r59072 r59775 10 10 "isLink": { 11 11 "type": "boolean", 12 "default": false 12 "default": false, 13 "role": "content" 13 14 }, 14 15 "aspectRatio": { … … 31 32 "type": "string", 32 33 "attribute": "rel", 33 "default": "" 34 "default": "", 35 "role": "content" 34 36 }, 35 37 "linkTarget": { 36 38 "type": "string", 37 "default": "_self" 39 "default": "_self", 40 "role": "content" 38 41 }, 39 42 "overlayColor": {
Note: See TracChangeset
for help on using the changeset viewer.