wp/wp-includes/blocks/post-content/block.json
changeset 18 be944660c56a
child 19 3d72ae0968f4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/wp/wp-includes/blocks/post-content/block.json	Wed Sep 21 18:19:35 2022 +0200
@@ -0,0 +1,15 @@
+{
+	"apiVersion": 2,
+	"name": "core/post-content",
+	"title": "Post Content",
+	"category": "theme",
+	"description": "Displays the contents of a post or page.",
+	"textdomain": "default",
+	"usesContext": [ "postId", "postType", "queryId" ],
+	"supports": {
+		"align": [ "wide", "full" ],
+		"html": false,
+		"__experimentalLayout": true
+	},
+	"editorStyle": "wp-block-post-content-editor"
+}