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

    r51089 r52042  
    3333            "link": true
    3434        },
     35        "spacing": {
     36            "margin": true
     37        },
    3538        "typography": {
    3639            "fontSize": true,
    3740            "lineHeight": true,
    38             "__experimentalFontWeight": true
     41            "__experimentalFontStyle": true,
     42            "__experimentalFontWeight": true,
     43            "__experimentalLetterSpacing": true,
     44            "__experimentalTextTransform": true,
     45            "__experimentalDefaultControls": {
     46                "fontSize": true,
     47                "fontAppearance": true,
     48                "textTransform": true
     49            }
    3950        },
    4051        "__experimentalSelector": "h1,h2,h3,h4,h5,h6",
    41         "__unstablePasteTextInline": true
     52        "__unstablePasteTextInline": true,
     53        "__experimentalSlashInserter": true
    4254    },
    4355    "editorStyle": "wp-block-heading-editor",
Note: See TracChangeset for help on using the changeset viewer.