--- a/wp/wp-includes/blocks/post-author/block.json Fri Sep 05 18:40:08 2025 +0200
+++ b/wp/wp-includes/blocks/post-author/block.json Fri Sep 05 18:52:52 2025 +0200
@@ -26,11 +26,13 @@
},
"isLink": {
"type": "boolean",
- "default": false
+ "default": false,
+ "role": "content"
},
"linkTarget": {
"type": "string",
- "default": "_self"
+ "default": "_self",
+ "role": "content"
}
},
"usesContext": [ "postType", "postId", "queryId" ],
@@ -64,7 +66,20 @@
},
"interactivity": {
"clientNavigation": true
+ },
+ "__experimentalBorder": {
+ "radius": true,
+ "color": true,
+ "width": true,
+ "style": true,
+ "__experimentalDefaultControls": {
+ "radius": true,
+ "color": true,
+ "width": true,
+ "style": true
+ }
}
},
+ "editorStyle": "wp-block-post-author-editor",
"style": "wp-block-post-author"
}