Make WordPress Core


Ignore:
Timestamp:
05/07/2021 11:46:32 AM (4 years ago)
Author:
gziolo
Message:

Editor: Update WordPress packages from Gutenberg 10.5

Applies changes between the Gutenberg plugin v10.4 and v10.5. It contains the latest version of WordPress packages and PHP changes applied to non-experimental features.

Props youknowriad.
See #52991.

File:
1 edited

Legend:

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

    r50761 r50824  
    55    "attributes": {
    66        "label": {
    7             "type": "string"
     7            "type": "string",
     8            "__experimentalRole": "content"
    89        },
    910        "showLabel": {
     
    1314        "placeholder": {
    1415            "type": "string",
    15             "default": ""
     16            "default": "",
     17            "__experimentalRole": "content"
    1618        },
    1719        "width": {
     
    2224        },
    2325        "buttonText": {
    24             "type": "string"
     26            "type": "string",
     27            "__experimentalRole": "content"
    2528        },
    2629        "buttonPosition": {
Note: See TracChangeset for help on using the changeset viewer.