16
|
1 |
{ |
18
|
2 |
"apiVersion": 2, |
16
|
3 |
"name": "core/latest-comments", |
18
|
4 |
"title": "Latest Comments", |
16
|
5 |
"category": "widgets", |
18
|
6 |
"description": "Display a list of your most recent comments.", |
|
7 |
"keywords": [ "recent comments" ], |
|
8 |
"textdomain": "default", |
16
|
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 |
18
|
32 |
}, |
|
33 |
"editorStyle": "wp-block-latest-comments-editor", |
|
34 |
"style": "wp-block-latest-comments" |
16
|
35 |
} |