🚀 Auto Backup WP
var
/
www
/
vhosts
/
construcciondepiscinas.top
/
httpdocs
/
wp-includes
/
blocks
/
latest-comments
/
Name
Size
Perm
Action
block.json
749B
-rw-r--r--
🗑️
✏️
📝
🔧
style-rtl.css
2519B
-rw-r--r--
🗑️
✏️
📝
🔧
style.css
2516B
-rw-r--r--
🗑️
✏️
📝
🔧
style.min.css
919B
-rw-r--r--
🗑️
✏️
📝
🔧
{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "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 }, "editorStyle": "wp-block-latest-comments-editor", "style": "wp-block-latest-comments" }
Terminal Command