Changeset 61009 for trunk/src/wp-includes/blocks/gallery/block.json
- Timestamp:
- 10/21/2025 07:11:53 AM (3 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/blocks/gallery/block.json (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/gallery/block.json
r59072 r61009 76 76 "type": "rich-text", 77 77 "source": "rich-text", 78 "selector": ".blocks-gallery-caption" 78 "selector": ".blocks-gallery-caption", 79 "role": "content" 79 80 }, 80 81 "imageCrop": { … … 103 104 "type": "boolean", 104 105 "default": false 106 }, 107 "aspectRatio": { 108 "type": "string", 109 "default": "auto" 105 110 } 106 111 },
Note: See TracChangeset
for help on using the changeset viewer.