--- a/wp/wp-includes/blocks/post-content/block.json Thu Sep 29 08:06:27 2022 +0200
+++ b/wp/wp-includes/blocks/post-content/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-content",
- "title": "Post Content",
+ "title": "Content",
"category": "theme",
"description": "Displays the contents of a post or page.",
"textdomain": "default",
@@ -10,7 +10,34 @@
"supports": {
"align": [ "wide", "full" ],
"html": false,
- "__experimentalLayout": true
+ "layout": true,
+ "dimensions": {
+ "minHeight": true
+ },
+ "spacing": {
+ "blockGap": true
+ },
+ "color": {
+ "gradients": true,
+ "link": true,
+ "__experimentalDefaultControls": {
+ "background": false,
+ "text": false
+ }
+ },
+ "typography": {
+ "fontSize": true,
+ "lineHeight": true,
+ "__experimentalFontFamily": true,
+ "__experimentalFontWeight": true,
+ "__experimentalFontStyle": true,
+ "__experimentalTextTransform": true,
+ "__experimentalTextDecoration": true,
+ "__experimentalLetterSpacing": true,
+ "__experimentalDefaultControls": {
+ "fontSize": true
+ }
+ }
},
"editorStyle": "wp-block-post-content-editor"
}