diff -r 34716fd837a4 -r be944660c56a wp/wp-includes/blocks/post-content/block.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wp/wp-includes/blocks/post-content/block.json Wed Sep 21 18:19:35 2022 +0200 @@ -0,0 +1,15 @@ +{ + "apiVersion": 2, + "name": "core/post-content", + "title": "Post Content", + "category": "theme", + "description": "Displays the contents of a post or page.", + "textdomain": "default", + "usesContext": [ "postId", "postType", "queryId" ], + "supports": { + "align": [ "wide", "full" ], + "html": false, + "__experimentalLayout": true + }, + "editorStyle": "wp-block-post-content-editor" +}