summaryrefslogtreecommitdiffstats
path: root/wp-includes/blocks/latest-comments/block.json
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/blocks/latest-comments/block.json')
-rw-r--r--wp-includes/blocks/latest-comments/block.json53
1 files changed, 53 insertions, 0 deletions
diff --git a/wp-includes/blocks/latest-comments/block.json b/wp-includes/blocks/latest-comments/block.json
new file mode 100644
index 0000000..0b213e9
--- /dev/null
+++ b/wp-includes/blocks/latest-comments/block.json
@@ -0,0 +1,53 @@
+{
+ "$schema": "https://schemas.wp.org/trunk/block.json",
+ "apiVersion": 3,
+ "name": "core/latest-comments",
+ "title": "Latest Comments",
+ "category": "widgets",
+ "description": "Display a list of your most recent comments.",
+ "keywords": [ "recent comments" ],
+ "textdomain": "default",
+ "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,
+ "spacing": {
+ "margin": true,
+ "padding": true
+ },
+ "typography": {
+ "fontSize": true,
+ "lineHeight": true,
+ "__experimentalFontFamily": true,
+ "__experimentalFontWeight": true,
+ "__experimentalFontStyle": true,
+ "__experimentalTextTransform": true,
+ "__experimentalTextDecoration": true,
+ "__experimentalLetterSpacing": true,
+ "__experimentalDefaultControls": {
+ "fontSize": true
+ }
+ }
+ },
+ "editorStyle": "wp-block-latest-comments-editor",
+ "style": "wp-block-latest-comments"
+}