wp/wp-includes/blocks/latest-comments/block.json
changeset 18 be944660c56a
parent 16 a86126ab1dd4
child 19 3d72ae0968f4
equal deleted inserted replaced
17:34716fd837a4 18:be944660c56a
     1 {
     1 {
       
     2 	"apiVersion": 2,
     2 	"name": "core/latest-comments",
     3 	"name": "core/latest-comments",
       
     4 	"title": "Latest Comments",
     3 	"category": "widgets",
     5 	"category": "widgets",
       
     6 	"description": "Display a list of your most recent comments.",
       
     7 	"keywords": [ "recent comments" ],
       
     8 	"textdomain": "default",
     4 	"attributes": {
     9 	"attributes": {
     5 		"align": {
       
     6 			"type": "string",
       
     7 			"enum": [
       
     8 				"left",
       
     9 				"center",
       
    10 				"right",
       
    11 				"wide",
       
    12 				"full"
       
    13 			]
       
    14 		},
       
    15 		"className": {
       
    16 			"type": "string"
       
    17 		},
       
    18 		"commentsToShow": {
    10 		"commentsToShow": {
    19 			"type": "number",
    11 			"type": "number",
    20 			"default": 5,
    12 			"default": 5,
    21 			"minimum": 1,
    13 			"minimum": 1,
    22 			"maximum": 100
    14 			"maximum": 100
    35 		}
    27 		}
    36 	},
    28 	},
    37 	"supports": {
    29 	"supports": {
    38 		"align": true,
    30 		"align": true,
    39 		"html": false
    31 		"html": false
    40 	}
    32 	},
       
    33 	"editorStyle": "wp-block-latest-comments-editor",
       
    34 	"style": "wp-block-latest-comments"
    41 }
    35 }