wp/wp-includes/blocks/post-content/block.json
changeset 18 be944660c56a
child 19 3d72ae0968f4
equal deleted inserted replaced
17:34716fd837a4 18:be944660c56a
       
     1 {
       
     2 	"apiVersion": 2,
       
     3 	"name": "core/post-content",
       
     4 	"title": "Post Content",
       
     5 	"category": "theme",
       
     6 	"description": "Displays the contents of a post or page.",
       
     7 	"textdomain": "default",
       
     8 	"usesContext": [ "postId", "postType", "queryId" ],
       
     9 	"supports": {
       
    10 		"align": [ "wide", "full" ],
       
    11 		"html": false,
       
    12 		"__experimentalLayout": true
       
    13 	},
       
    14 	"editorStyle": "wp-block-post-content-editor"
       
    15 }