Make WordPress Core


Ignore:
Timestamp:
11/08/2021 02:26:27 PM (4 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-excerpt/block.json

    r51443 r52042  
    2525            "link": true
    2626        },
     27        "spacing": {
     28            "margin": true,
     29            "padding": true
     30        },
    2731        "typography": {
    2832            "fontSize": true,
    29             "lineHeight": true
     33            "lineHeight": true,
     34            "__experimentalFontStyle": true,
     35            "__experimentalFontWeight": true,
     36            "__experimentalLetterSpacing": true,
     37            "__experimentalTextTransform": true,
     38            "__experimentalDefaultControls": {
     39                "fontSize": true
     40            }
    3041        }
    3142    },
Note: See TracChangeset for help on using the changeset viewer.