--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/wp/wp-includes/blocks/post-featured-image/block.json Wed Sep 21 18:19:35 2022 +0200
@@ -0,0 +1,21 @@
+{
+ "apiVersion": 2,
+ "name": "core/post-featured-image",
+ "title": "Post Featured Image",
+ "category": "theme",
+ "description": "Display a post's featured image.",
+ "textdomain": "default",
+ "attributes": {
+ "isLink": {
+ "type": "boolean",
+ "default": false
+ }
+ },
+ "usesContext": [ "postId", "postType", "queryId" ],
+ "supports": {
+ "align": [ "left", "right", "center", "wide", "full" ],
+ "html": false
+ },
+ "editorStyle": "wp-block-post-featured-image-editor",
+ "style": "wp-block-post-featured-image"
+}