wp/wp-includes/blocks/post-template/block.json
changeset 18 be944660c56a
child 19 3d72ae0968f4
equal deleted inserted replaced
17:34716fd837a4 18:be944660c56a
       
     1 {
       
     2 	"apiVersion": 2,
       
     3 	"name": "core/post-template",
       
     4 	"title": "Post Template",
       
     5 	"category": "design",
       
     6 	"parent": [ "core/query" ],
       
     7 	"description": "Contains the block elements used to render a post, like the title, date, featured image, content or excerpt, and more.",
       
     8 	"textdomain": "default",
       
     9 	"usesContext": [
       
    10 		"queryId",
       
    11 		"query",
       
    12 		"queryContext",
       
    13 		"displayLayout",
       
    14 		"templateSlug"
       
    15 	],
       
    16 	"supports": {
       
    17 		"reusable": false,
       
    18 		"html": false,
       
    19 		"align": true
       
    20 	},
       
    21 	"style": "wp-block-post-template",
       
    22 	"editorStyle": "wp-block-post-template-editor"
       
    23 }