You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
539 B
31 lines
539 B
{
|
|
"apiVersion": 2,
|
|
"name": "core/latest-comments",
|
|
"category": "widgets",
|
|
"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
|
|
},
|
|
"editorStyle": "wp-block-latest-comments-editor",
|
|
"style": "wp-block-latest-comments"
|
|
}
|