Make WordPress Core


Ignore:
Timestamp:
01/28/2021 02:01:50 AM (4 years ago)
Author:
noisysocks
Message:

Editor: Update @wordpress npm packages

Update @wordpress npm packages to the latest published versions. This means that
the block editor includes functionality that exists in Gutenberg 9.8.

See #52334.
Props isabel_brison.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/blocks/group/block.json

    r49226 r50048  
    2525        "spacing": {
    2626            "padding": true
     27        },
     28        "__experimentalBorder": {
     29            "radius": true
    2730        }
    28     }
     31    },
     32    "editorStyle": "wp-block-group-editor",
     33    "style": "wp-block-group"
    2934}
Note: See TracChangeset for help on using the changeset viewer.