balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

block.json (694B)


      1 {
      2 	"apiVersion": 2,
      3 	"name": "core/latest-comments",
      4 	"title": "Latest Comments",
      5 	"category": "widgets",
      6 	"description": "Display a list of your most recent comments.",
      7 	"keywords": [ "recent comments" ],
      8 	"textdomain": "default",
      9 	"attributes": {
     10 		"commentsToShow": {
     11 			"type": "number",
     12 			"default": 5,
     13 			"minimum": 1,
     14 			"maximum": 100
     15 		},
     16 		"displayAvatar": {
     17 			"type": "boolean",
     18 			"default": true
     19 		},
     20 		"displayDate": {
     21 			"type": "boolean",
     22 			"default": true
     23 		},
     24 		"displayExcerpt": {
     25 			"type": "boolean",
     26 			"default": true
     27 		}
     28 	},
     29 	"supports": {
     30 		"align": true,
     31 		"html": false
     32 	},
     33 	"editorStyle": "wp-block-latest-comments-editor",
     34 	"style": "wp-block-latest-comments"
     35 }