Changeset 53157 for trunk/src/wp-includes/blocks/cover/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/cover/block.json
r52103 r53157 1 1 { 2 "$schema": "https://schemas.wp.org/trunk/block.json", 2 3 "apiVersion": 2, 3 4 "name": "core/cover", … … 9 10 "url": { 10 11 "type": "string" 12 }, 13 "useFeaturedImage": { 14 "type": "boolean", 15 "default": false 11 16 }, 12 17 "id": { … … 72 77 } 73 78 }, 79 "usesContext": [ "postId", "postType" ], 74 80 "supports": { 75 81 "anchor": true,
Note: See TracChangeset
for help on using the changeset viewer.