summaryrefslogtreecommitdiffstats
path: root/wp-includes/blocks/comment-template/block.json
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/blocks/comment-template/block.json')
-rw-r--r--wp-includes/blocks/comment-template/block.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/wp-includes/blocks/comment-template/block.json b/wp-includes/blocks/comment-template/block.json
new file mode 100644
index 0000000..7b9bfc5
--- /dev/null
+++ b/wp-includes/blocks/comment-template/block.json
@@ -0,0 +1,34 @@
+{
+ "$schema": "https://schemas.wp.org/trunk/block.json",
+ "apiVersion": 3,
+ "name": "core/comment-template",
+ "title": "Comment Template",
+ "category": "design",
+ "parent": [ "core/comments" ],
+ "description": "Contains the block elements used to display a comment, like the title, date, author, avatar and more.",
+ "textdomain": "default",
+ "usesContext": [ "postId" ],
+ "supports": {
+ "align": true,
+ "html": false,
+ "reusable": 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
+ }
+ }
+ },
+ "style": "wp-block-comment-template"
+}