kollapsminoriteten/wp-includes/blocks/latest-comments/block.json

37 lines
749 B
JSON
Raw Normal View History

2020-09-15 14:29:22 +02:00
{
2022-06-16 14:03:35 +02:00
"$schema": "https://schemas.wp.org/trunk/block.json",
2020-12-10 14:06:04 +01:00
"apiVersion": 2,
2020-09-15 14:29:22 +02:00
"name": "core/latest-comments",
2021-07-23 11:58:50 +02:00
"title": "Latest Comments",
2020-09-15 14:29:22 +02:00
"category": "widgets",
2021-07-23 11:58:50 +02:00
"description": "Display a list of your most recent comments.",
"keywords": [ "recent comments" ],
"textdomain": "default",
2020-09-15 14:29:22 +02:00
"attributes": {
"commentsToShow": {
"type": "number",
"default": 5,
"minimum": 1,
"maximum": 100
},
"displayAvatar": {
"type": "boolean",
"default": true
},
"displayDate": {
"type": "boolean",
"default": true
},
"displayExcerpt": {
"type": "boolean",
"default": true
}
},
"supports": {
"align": true,
"html": false
2021-04-27 08:32:47 +02:00
},
"editorStyle": "wp-block-latest-comments-editor",
"style": "wp-block-latest-comments"
2020-09-15 14:29:22 +02:00
}