diff -r 48c4eec2b7e6 -r 8c2e4d02f4ef wp/wp-includes/blocks/post-content/block.json --- a/wp/wp-includes/blocks/post-content/block.json Fri Sep 05 18:40:08 2025 +0200 +++ b/wp/wp-includes/blocks/post-content/block.json Fri Sep 05 18:52:52 2025 +0200 @@ -7,18 +7,35 @@ "description": "Displays the contents of a post or page.", "textdomain": "default", "usesContext": [ "postId", "postType", "queryId" ], + "example": { + "viewportWidth": 350 + }, "supports": { "align": [ "wide", "full" ], "html": false, "layout": true, + "background": { + "backgroundImage": true, + "backgroundSize": true, + "__experimentalDefaultControls": { + "backgroundImage": true + } + }, "dimensions": { "minHeight": true }, "spacing": { - "blockGap": true + "blockGap": true, + "padding": true, + "margin": true, + "__experimentalDefaultControls": { + "margin": false, + "padding": false + } }, "color": { "gradients": true, + "heading": true, "link": true, "__experimentalDefaultControls": { "background": false, @@ -37,7 +54,20 @@ "__experimentalDefaultControls": { "fontSize": true } + }, + "__experimentalBorder": { + "radius": true, + "color": true, + "width": true, + "style": true, + "__experimentalDefaultControls": { + "radius": true, + "color": true, + "width": true, + "style": true + } } }, + "style": "wp-block-post-content", "editorStyle": "wp-block-post-content-editor" }