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

    r49226 r50048  
    77            "type": "boolean",
    88            "default": false
     9        },
     10        "size": {
     11            "type": "string"
    912        }
    1013    },
     
    1922        ],
    2023        "anchor": true
    21     }
     24    },
     25    "editorStyle": "wp-block-social-links-editor",
     26    "style": "wp-block-social-links"
    2227}
Note: See TracChangeset for help on using the changeset viewer.