Make WordPress Core


Ignore:
Timestamp:
01/28/2021 02:01:50 AM (4 years ago)
Author:
noisysocks
Message:

Editor: Update @wordpress npm packages

Update @wordpress npm packages to the latest published versions. This means that
the block editor includes functionality that exists in Gutenberg 9.8.

See #52334.
Props isabel_brison.

File:
1 edited

Legend:

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

    r49226 r50048  
    5353        "gradient": {
    5454            "type": "string"
     55        },
     56        "width": {
     57            "type": "number"
    5558        }
    5659    },
     
    6164        "reusable": false,
    6265        "__experimentalSelector": ".wp-block-button > a"
    63     }
     66    },
     67    "editorStyle": "wp-block-button-editor",
     68    "style": "wp-block-button"
    6469}
Note: See TracChangeset for help on using the changeset viewer.