diff -r be944660c56a -r 3d72ae0968f4 wp/wp-includes/blocks/post-template/block.json --- a/wp/wp-includes/blocks/post-template/block.json Wed Sep 21 18:19:35 2022 +0200 +++ b/wp/wp-includes/blocks/post-template/block.json Tue Sep 27 16:37:53 2022 +0200 @@ -1,8 +1,9 @@ { + "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "core/post-template", "title": "Post Template", - "category": "design", + "category": "theme", "parent": [ "core/query" ], "description": "Contains the block elements used to render a post, like the title, date, featured image, content or excerpt, and more.", "textdomain": "default", @@ -16,7 +17,10 @@ "supports": { "reusable": false, "html": false, - "align": true + "align": true, + "__experimentalLayout": { + "allowEditing": false + } }, "style": "wp-block-post-template", "editorStyle": "wp-block-post-template-editor"