--- a/wp/wp-includes/blocks/comments-title/block.json Thu Sep 29 08:06:27 2022 +0200
+++ b/wp/wp-includes/blocks/comments-title/block.json Fri Sep 05 18:40:08 2025 +0200
@@ -1,11 +1,11 @@
{
"$schema": "https://schemas.wp.org/trunk/block.json",
- "apiVersion": 2,
+ "apiVersion": 3,
"name": "core/comments-title",
"title": "Comments Title",
"category": "theme",
- "ancestor": [ "core/comments-query-loop" ],
- "description": "Displays a title with the number of comments",
+ "ancestor": [ "core/comments" ],
+ "description": "Displays a title with the number of comments.",
"textdomain": "default",
"usesContext": [ "postId", "postType" ],
"attributes": {
@@ -49,16 +49,21 @@
"typography": {
"fontSize": true,
"lineHeight": true,
- "__experimentalFontStyle": true,
+ "__experimentalFontFamily": true,
"__experimentalFontWeight": true,
- "__experimentalFontFamily": true,
+ "__experimentalFontStyle": true,
"__experimentalTextTransform": true,
+ "__experimentalTextDecoration": true,
+ "__experimentalLetterSpacing": true,
"__experimentalDefaultControls": {
"fontSize": true,
"__experimentalFontFamily": true,
"__experimentalFontStyle": true,
"__experimentalFontWeight": true
}
+ },
+ "interactivity": {
+ "clientNavigation": true
}
}
}