- Timestamp:
- 04/12/2022 03:10:30 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/post-featured-image/block.json
r52042 r53157 1 1 { 2 "$schema": "https://schemas.wp.org/trunk/block.json", 2 3 "apiVersion": 2, 3 4 "name": "core/post-featured-image", … … 20 21 "type": "string", 21 22 "default": "cover" 23 }, 24 "sizeSlug": { 25 "type": "string" 22 26 } 23 27 }, … … 26 30 "align": [ "left", "right", "center", "wide", "full" ], 27 31 "color": { 28 "__experimentalDuotone": "img ",32 "__experimentalDuotone": "img, .wp-block-post-featured-image__placeholder, .components-placeholder__illustration, .components-placeholder::before", 29 33 "text": false, 30 34 "background": false
Note: See TracChangeset
for help on using the changeset viewer.