--- a/wp/wp-includes/blocks/post-title/block.json Thu Sep 29 08:06:27 2022 +0200
+++ b/wp/wp-includes/blocks/post-title/block.json Fri Sep 05 18:40:08 2025 +0200
@@ -1,8 +1,8 @@
{
"$schema": "https://schemas.wp.org/trunk/block.json",
- "apiVersion": 2,
+ "apiVersion": 3,
"name": "core/post-title",
- "title": "Post Title",
+ "title": "Title",
"category": "theme",
"description": "Displays the title of a post, page, or any other content-type.",
"textdomain": "default",
@@ -42,7 +42,8 @@
}
},
"spacing": {
- "margin": true
+ "margin": true,
+ "padding": true
},
"typography": {
"fontSize": true,
@@ -51,12 +52,14 @@
"__experimentalFontWeight": true,
"__experimentalFontStyle": true,
"__experimentalTextTransform": true,
+ "__experimentalTextDecoration": true,
"__experimentalLetterSpacing": true,
"__experimentalDefaultControls": {
- "fontSize": true,
- "fontAppearance": true,
- "textTransform": true
+ "fontSize": true
}
+ },
+ "interactivity": {
+ "clientNavigation": true
}
},
"style": "wp-block-post-title"