Make WordPress Core


Ignore:
Timestamp:
10/20/2020 01:33:02 PM (4 years ago)
Author:
youknowriad
Message:

Block Editor: Update the WordPress Packages to the latest version.

This includes the packages that match the Gutenberg 9.2 Release.
It is going to be the last block-editor features update for WordPress 5.6.
It also updates the block-supports code base to the latest APIs.

Props isabel_brison, noisysocks, desrosj.
Fixes #51570.

File:
1 edited

Legend:

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

    r48845 r49226  
    11{
     2    "apiVersion": 2,
    23    "name": "core/heading",
    34    "category": "text",
     
    2122    },
    2223    "supports": {
     24        "align": [ "wide", "full" ],
    2325        "anchor": true,
    2426        "className": false,
    25         "lightBlockWrapper": true,
    26         "__experimentalColor": {
    27             "linkColor": true
     27        "color": {
     28            "link": true
    2829        },
    29         "__experimentalFontSize": true,
    30         "__experimentalLineHeight": true,
     30        "fontSize": true,
     31        "lineHeight": true,
    3132        "__experimentalSelector": {
    3233            "core/heading/h1": "h1",
Note: See TracChangeset for help on using the changeset viewer.