| [ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 { 2 "$schema": "https://schemas.wp.org/trunk/block.json", 3 "apiVersion": 3, 4 "name": "core/latest-comments", 5 "title": "Latest Comments", 6 "category": "widgets", 7 "description": "Display a list of your most recent comments.", 8 "keywords": [ "recent comments" ], 9 "textdomain": "default", 10 "attributes": { 11 "commentsToShow": { 12 "type": "number", 13 "default": 5, 14 "minimum": 1, 15 "maximum": 100 16 }, 17 "displayAvatar": { 18 "type": "boolean", 19 "default": true 20 }, 21 "displayDate": { 22 "type": "boolean", 23 "default": true 24 }, 25 "displayContent": { 26 "type": "string", 27 "default": "excerpt", 28 "enum": [ "none", "excerpt", "full" ] 29 } 30 }, 31 "supports": { 32 "align": true, 33 "color": { 34 "gradients": true, 35 "link": true, 36 "__experimentalDefaultControls": { 37 "background": true, 38 "text": true, 39 "link": true 40 } 41 }, 42 "html": false, 43 "spacing": { 44 "margin": true, 45 "padding": true 46 }, 47 "typography": { 48 "fontSize": true, 49 "lineHeight": true, 50 "__experimentalFontFamily": true, 51 "__experimentalFontWeight": true, 52 "__experimentalFontStyle": true, 53 "__experimentalTextTransform": true, 54 "__experimentalTextDecoration": true, 55 "__experimentalLetterSpacing": true, 56 "__experimentalDefaultControls": { 57 "fontSize": true 58 } 59 }, 60 "interactivity": { 61 "clientNavigation": true 62 } 63 }, 64 "editorStyle": "wp-block-latest-comments-editor", 65 "style": "wp-block-latest-comments" 66 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated : Wed May 6 08:20:15 2026 | Cross-referenced by PHPXref |