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

    r50929 r52042  
    44    "title": "Table",
    55    "category": "text",
    6     "description": "Insert a table — perfect for sharing charts and data.",
     6    "description": "Create structured content in rows and columns to display information.",
    77    "textdomain": "default",
    88    "attributes": {
     
    130130            "gradients": true
    131131        },
     132        "typography": {
     133            "fontSize": true,
     134            "lineHeight": true,
     135            "__experimentalFontStyle": true,
     136            "__experimentalFontWeight": true,
     137            "__experimentalLetterSpacing": true,
     138            "__experimentalTextTransform": true,
     139            "__experimentalDefaultControls": {
     140                "fontSize": true
     141            }
     142        },
    132143        "__experimentalBorder": {
    133144            "__experimentalSkipSerialization": true,
Note: See TracChangeset for help on using the changeset viewer.