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

    r49226 r50048  
    3232    },
    3333    "supports": {
    34         "align": true,
    35         "reusable": false,
    36         "html": false
    37     }
     34        "align": true
     35    },
     36    "editorStyle": "wp-block-embed-editor",
     37    "style": "wp-block-embed"
    3838}
Note: See TracChangeset for help on using the changeset viewer.