diff -r 34716fd837a4 -r be944660c56a wp/wp-includes/blocks/gallery/block.json --- a/wp/wp-includes/blocks/gallery/block.json Tue Dec 15 15:52:01 2020 +0100 +++ b/wp/wp-includes/blocks/gallery/block.json Wed Sep 21 18:19:35 2022 +0200 @@ -1,6 +1,11 @@ { + "apiVersion": 2, "name": "core/gallery", + "title": "Gallery", "category": "media", + "description": "Display multiple images in a rich gallery.", + "keywords": [ "images", "photos" ], + "textdomain": "default", "attributes": { "images": { "type": "array", @@ -68,8 +73,7 @@ "default": true }, "linkTo": { - "type": "string", - "default": "none" + "type": "string" }, "sizeSlug": { "type": "string", @@ -79,5 +83,7 @@ "supports": { "anchor": true, "align": true - } + }, + "editorStyle": "wp-block-gallery-editor", + "style": "wp-block-gallery" }