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

    r49135 r49226  
    11{
     2    "apiVersion": 2,
    23    "name": "core/search",
    34    "category": "widgets",
     
    78        },
    89        "showLabel": {
    9             "type": "bool",
     10            "type": "boolean",
    1011            "default": true
    1112        },
     
    2829        },
    2930        "buttonUseIcon": {
    30             "type": "bool",
     31            "type": "boolean",
    3132            "default": false
    3233        }
     
    3435    "supports": {
    3536        "align": [ "left", "center", "right" ],
    36         "html": false,
    37         "lightBlockWrapper": true
     37        "html": false
    3838    }
    3939}
Note: See TracChangeset for help on using the changeset viewer.