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/button/block.json

    r51089 r52042  
    6464        "typography": {
    6565            "fontSize": true,
    66             "__experimentalFontFamily": true
     66            "__experimentalFontFamily": true,
     67            "__experimentalDefaultControls": {
     68                "fontSize": true
     69            }
    6770        },
    6871        "reusable": false,
     72        "spacing": {
     73            "__experimentalSkipSerialization": true,
     74            "padding": [ "horizontal", "vertical" ],
     75            "__experimentalDefaultControls": {
     76                "padding": true
     77            }
     78        },
    6979        "__experimentalBorder": {
    7080            "radius": true,
Note: See TracChangeset for help on using the changeset viewer.