--- a/wp/wp-includes/blocks/post-featured-image/block.json Thu Sep 29 08:06:27 2022 +0200
+++ b/wp/wp-includes/blocks/post-featured-image/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-featured-image",
- "title": "Post Featured Image",
+ "title": "Featured Image",
"category": "theme",
"description": "Display a post's featured image.",
"textdomain": "default",
@@ -11,6 +11,9 @@
"type": "boolean",
"default": false
},
+ "aspectRatio": {
+ "type": "string"
+ },
"width": {
"type": "string"
},
@@ -23,20 +26,75 @@
},
"sizeSlug": {
"type": "string"
+ },
+ "rel": {
+ "type": "string",
+ "attribute": "rel",
+ "default": ""
+ },
+ "linkTarget": {
+ "type": "string",
+ "default": "_self"
+ },
+ "overlayColor": {
+ "type": "string"
+ },
+ "customOverlayColor": {
+ "type": "string"
+ },
+ "dimRatio": {
+ "type": "number",
+ "default": 0
+ },
+ "gradient": {
+ "type": "string"
+ },
+ "customGradient": {
+ "type": "string"
+ },
+ "useFirstImageFromPost": {
+ "type": "boolean",
+ "default": false
}
},
"usesContext": [ "postId", "postType", "queryId" ],
"supports": {
"align": [ "left", "right", "center", "wide", "full" ],
"color": {
- "__experimentalDuotone": "img, .wp-block-post-featured-image__placeholder, .components-placeholder__illustration, .components-placeholder::before",
"text": false,
"background": false
},
+ "__experimentalBorder": {
+ "color": true,
+ "radius": true,
+ "width": true,
+ "__experimentalSkipSerialization": true,
+ "__experimentalDefaultControls": {
+ "color": true,
+ "radius": true,
+ "width": true
+ }
+ },
+ "filter": {
+ "duotone": true
+ },
+ "shadow": {
+ "__experimentalSkipSerialization": true
+ },
"html": false,
"spacing": {
"margin": true,
"padding": true
+ },
+ "interactivity": {
+ "clientNavigation": true
+ }
+ },
+ "selectors": {
+ "border": ".wp-block-post-featured-image img, .wp-block-post-featured-image .block-editor-media-placeholder, .wp-block-post-featured-image .wp-block-post-featured-image__overlay",
+ "shadow": ".wp-block-post-featured-image img, .wp-block-post-featured-image .components-placeholder",
+ "filter": {
+ "duotone": ".wp-block-post-featured-image img, .wp-block-post-featured-image .wp-block-post-featured-image__placeholder, .wp-block-post-featured-image .components-placeholder__illustration, .wp-block-post-featured-image .components-placeholder::before"
}
},
"editorStyle": "wp-block-post-featured-image-editor",