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

    r49226 r50048  
    1616    },
    1717    "supports": {
    18         "anchor": true
    19     }
     18        "anchor": true,
     19        "__experimentalFontFamily": true,
     20        "fontSize": true
     21    },
     22    "style": "wp-block-verse",
     23    "editorStyle": "wp-block-verse-editor"
    2024}
Note: See TracChangeset for help on using the changeset viewer.