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

    r50048 r50824  
    1111            "source": "html",
    1212            "selector": "p",
    13             "default": ""
     13            "default": "",
     14            "__experimentalRole": "content"
    1415        },
    1516        "dropCap": {
     
    2223        "direction": {
    2324            "type": "string",
    24             "enum": [
    25                 "ltr",
    26                 "rtl"
    27             ]
     25            "enum": [ "ltr", "rtl" ]
    2826        }
    2927    },
Note: See TracChangeset for help on using the changeset viewer.