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

    r49135 r50048  
    11{
     2    "apiVersion": 2,
    23    "name": "core/gallery",
    34    "category": "media",
     
    7980        "anchor": true,
    8081        "align": true
    81     }
     82    },
     83    "editorStyle": "wp-block-gallery-editor",
     84    "style": "wp-block-gallery"
    8285}
Note: See TracChangeset for help on using the changeset viewer.