Make WordPress Core


Ignore:
Timestamp:
02/02/2021 05:14:46 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.9.

Fixes #52334.

File:
1 edited

Legend:

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

    r50048 r50137  
    44    "category": "widgets",
    55    "attributes": {
     6        "iconColor": {
     7            "type": "string"
     8        },
     9        "customIconColor": {
     10            "type": "string"
     11        },
     12        "iconColorValue": {
     13            "type": "string"
     14        },
     15        "iconBackgroundColor": {
     16            "type": "string"
     17        },
     18        "customIconBackgroundColor": {
     19            "type": "string"
     20        },
     21        "iconBackgroundColorValue": {
     22            "type": "string"
     23        },
    624        "openInNewTab": {
    725            "type": "boolean",
Note: See TracChangeset for help on using the changeset viewer.