diff -r 48c4eec2b7e6 -r 8c2e4d02f4ef wp/wp-includes/blocks/paragraph/block.json --- a/wp/wp-includes/blocks/paragraph/block.json Fri Sep 05 18:40:08 2025 +0200 +++ b/wp/wp-includes/blocks/paragraph/block.json Fri Sep 05 18:52:52 2025 +0200 @@ -15,7 +15,7 @@ "type": "rich-text", "source": "rich-text", "selector": "p", - "__experimentalRole": "content" + "role": "content" }, "dropCap": { "type": "boolean", @@ -33,6 +33,12 @@ "splitting": true, "anchor": true, "className": false, + "__experimentalBorder": { + "color": true, + "radius": true, + "style": true, + "width": true + }, "color": { "gradients": true, "link": true,