- Timestamp:
- 11/08/2021 02:26:27 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/post-featured-image/block.json
r51199 r52042 10 10 "type": "boolean", 11 11 "default": false 12 }, 13 "width": { 14 "type": "string" 15 }, 16 "height": { 17 "type": "string" 18 }, 19 "scale": { 20 "type": "string", 21 "default": "cover" 12 22 } 13 23 }, … … 15 25 "supports": { 16 26 "align": [ "left", "right", "center", "wide", "full" ], 17 "html": false 27 "color": { 28 "__experimentalDuotone": "img", 29 "text": false, 30 "background": false 31 }, 32 "html": false, 33 "spacing": { 34 "margin": true, 35 "padding": true 36 } 18 37 }, 19 38 "editorStyle": "wp-block-post-featured-image-editor",
Note: See TracChangeset
for help on using the changeset viewer.