Make WordPress Core


Ignore:
Timestamp:
01/28/2021 02:01:50 AM (6 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/table/block.json

    r49226 r50048  
    126126                "anchor": true,
    127127                "align": true,
    128                 "__experimentalSelector": ".wp-block-button > table"
    129         }
     128                "__experimentalSelector": ".wp-block-table > table"
     129        },
     130        "editorStyle": "wp-block-table-editor",
     131        "style": "wp-block-table"
    130132}
Note: See TracChangeset for help on using the changeset viewer.