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

    r51199 r52042  
    1313    },
    1414    "supports": {
     15        "align": [ "wide", "full" ],
    1516        "html": false,
    1617        "color": {
     
    2526            "lineHeight": true,
    2627            "__experimentalFontFamily": true,
    27             "__experimentalTextTransform": true
     28            "__experimentalTextTransform": true,
     29            "__experimentalFontStyle": true,
     30            "__experimentalFontWeight": true,
     31            "__experimentalLetterSpacing": true,
     32            "__experimentalDefaultControls": {
     33                "fontSize": true
     34            }
    2835        }
    2936    },
Note: See TracChangeset for help on using the changeset viewer.