Make WordPress Core


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

    r50761 r50824  
    33    "name": "core/button",
    44    "category": "design",
    5     "parent": [
    6         "core/buttons"
    7     ],
     5    "parent": [ "core/buttons" ],
    86    "attributes": {
    97        "url": {
     
    3937            "type": "string"
    4038        },
    41         "borderRadius": {
    42             "type": "number"
    43         },
    44         "style": {
    45             "type": "object"
    46         },
    4739        "backgroundColor": {
    4840            "type": "string"
     
    6658            "gradients": true
    6759        },
     60        "fontSize": true,
    6861        "reusable": false,
     62        "__experimentalBorder": {
     63            "radius": true,
     64            "__experimentalSkipSerialization": true
     65        },
     66        "__experimentalFontFamily": true,
    6967        "__experimentalSelector": ".wp-block-button__link"
    7068    },
Note: See TracChangeset for help on using the changeset viewer.