Make WordPress Core


Ignore:
Timestamp:
05/07/2021 11:46:32 AM (5 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/list/block.json

    r50048 r50824  
    66                "ordered": {
    77                        "type": "boolean",
    8                         "default": false
     8                        "default": false,
     9                        "__experimentalRole": "content"
    910                },
    1011                "values": {
     
    1415                        "multiline": "li",
    1516                        "__unstableMultilineWrapperTags": [ "ol", "ul" ],
    16                         "default": ""
     17                        "default": "",
     18                        "__experimentalRole": "content"
    1719                },
    1820                "type": {
     
    2426                "reversed": {
    2527                        "type": "boolean"
     28                },
     29                "placeholder": {
     30                        "type": "string"
    2631                }
    2732        },
Note: See TracChangeset for help on using the changeset viewer.