Make WordPress Core


Ignore:
Timestamp:
11/08/2021 02:26:27 PM (3 years ago)
Author:
youknowriad
Message:

Block Editor: Update the WordPress Packages based on Gutenberg 11.9 RC1.

This brings the JS packages up to date and is the first step that will allow us
to include the other block editor updates for WordPress 5.9:
FSE infrastrucutre, site editor and global styles.

Props noisysocks.
See #54337.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/blocks/post-featured-image/block.json

    r51199 r52042  
    1010            "type": "boolean",
    1111            "default": false
     12        },
     13        "width": {
     14            "type": "string"
     15        },
     16        "height": {
     17            "type": "string"
     18        },
     19        "scale": {
     20            "type": "string",
     21            "default": "cover"
    1222        }
    1323    },
     
    1525    "supports": {
    1626        "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        }
    1837    },
    1938    "editorStyle": "wp-block-post-featured-image-editor",
Note: See TracChangeset for help on using the changeset viewer.