kollapsminoriteten/wp-includes/blocks/comment-template/block.json

50 lines
1.2 KiB
JSON
Raw Normal View History

2022-06-16 14:03:35 +02:00
{
"$schema": "https://schemas.wp.org/trunk/block.json",
2023-09-26 10:33:34 +02:00
"apiVersion": 3,
2022-06-16 14:03:35 +02:00
"name": "core/comment-template",
"title": "Comment Template",
"category": "design",
2022-12-15 17:47:31 +01:00
"parent": [ "core/comments" ],
2022-06-16 14:03:35 +02:00
"description": "Contains the block elements used to display a comment, like the title, date, author, avatar and more.",
"textdomain": "default",
"usesContext": [ "postId" ],
"supports": {
2022-12-15 17:47:31 +01:00
"align": true,
2023-04-26 17:39:43 +02:00
"html": false,
"reusable": false,
"spacing": {
"margin": true,
"padding": true
},
2022-12-15 17:47:31 +01:00
"typography": {
"fontSize": true,
"lineHeight": true,
"__experimentalFontFamily": true,
"__experimentalFontWeight": true,
"__experimentalFontStyle": true,
"__experimentalTextTransform": true,
"__experimentalTextDecoration": true,
"__experimentalLetterSpacing": true,
"__experimentalDefaultControls": {
"fontSize": true
}
2024-04-17 11:32:24 +02:00
},
"interactivity": {
"clientNavigation": true
2025-02-28 08:42:11 +01:00
},
"__experimentalBorder": {
"radius": true,
"color": true,
"width": true,
"style": true,
"__experimentalDefaultControls": {
"radius": true,
"color": true,
"width": true,
"style": true
}
2022-12-15 17:47:31 +01:00
}
2022-06-16 14:03:35 +02:00
},
"style": "wp-block-comment-template"
}