wp/wp-includes/blocks/comment-template/block.json
changeset 19 3d72ae0968f4
child 21 48c4eec2b7e6
equal deleted inserted replaced
18:be944660c56a 19:3d72ae0968f4
       
     1 {
       
     2 	"$schema": "https://schemas.wp.org/trunk/block.json",
       
     3 	"apiVersion": 2,
       
     4 	"name": "core/comment-template",
       
     5 	"title": "Comment Template",
       
     6 	"category": "design",
       
     7 	"parent": [ "core/comments-query-loop" ],
       
     8 	"description": "Contains the block elements used to display a comment, like the title, date, author, avatar and more.",
       
     9 	"textdomain": "default",
       
    10 	"usesContext": [ "postId" ],
       
    11 	"supports": {
       
    12 		"reusable": false,
       
    13 		"html": false,
       
    14 		"align": true
       
    15 	},
       
    16 	"style": "wp-block-comment-template"
       
    17 }