/var/www/vhosts/ihelp.ro/ajutam.ro/wp-includes/blocks/comments
NameSizeModeActions
block.json14030644editdlrm
editor-rtl.css47130644editdlrm
editor-rtl.min.css44600644editdlrm
editor.css47110644editdlrm
editor.min.css44580644editdlrm
style-rtl.css26080644editdlrm
style-rtl.min.css23690644editdlrm
style.css26060644editdlrm
style.min.css23670644editdlrm
Edit: /var/www/vhosts/ihelp.ro/ajutam.ro/wp-includes/blocks/comments/block.json (1403B)
{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/comments", "title": "Comments", "category": "theme", "description": "An advanced block that allows displaying post comments using different visual configurations.", "textdomain": "default", "attributes": { "tagName": { "type": "string", "default": "div" }, "legacy": { "type": "boolean", "default": false } }, "supports": { "align": [ "wide", "full" ], "html": false, "color": { "gradients": true, "heading": true, "link": true, "__experimentalDefaultControls": { "background": true, "text": true, "link": true } }, "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 } }, "__experimentalBorder": { "radius": true, "color": true, "width": true, "style": true, "__experimentalDefaultControls": { "radius": true, "color": true, "width": true, "style": true } } }, "editorStyle": "wp-block-comments-editor", "usesContext": [ "postId", "postType" ] }