build/scripts/block-library/comment-template
block.json
1.2 KB
7 months ago
block.json in Gutenberg 23.2.0, at build/scripts/block-library/comment-template/block.json
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "apiVersion": 3, |
| 4 | "name": "core/comment-template", |
| 5 | "title": "Comment Template", |
| 6 | "category": "design", |
| 7 | "parent": [ "core/comments" ], |
| 8 | "description": "Contains the block elements used to display a comment, like the title, date, author, avatar and more.", |
| 9 | "textdomain": "default", |
| 10 | "usesContext": [ "postId" ], |
| 11 | "supports": { |
| 12 | "anchor": true, |
| 13 | "align": true, |
| 14 | "html": false, |
| 15 | "reusable": false, |
| 16 | "spacing": { |
| 17 | "margin": true, |
| 18 | "padding": true |
| 19 | }, |
| 20 | "typography": { |
| 21 | "fontSize": true, |
| 22 | "lineHeight": true, |
| 23 | "__experimentalFontFamily": true, |
| 24 | "__experimentalFontWeight": true, |
| 25 | "__experimentalFontStyle": true, |
| 26 | "__experimentalTextTransform": true, |
| 27 | "__experimentalTextDecoration": true, |
| 28 | "__experimentalLetterSpacing": true, |
| 29 | "__experimentalDefaultControls": { |
| 30 | "fontSize": true |
| 31 | } |
| 32 | }, |
| 33 | "interactivity": { |
| 34 | "clientNavigation": true |
| 35 | }, |
| 36 | "__experimentalBorder": { |
| 37 | "radius": true, |
| 38 | "color": true, |
| 39 | "width": true, |
| 40 | "style": true, |
| 41 | "__experimentalDefaultControls": { |
| 42 | "radius": true, |
| 43 | "color": true, |
| 44 | "width": true, |
| 45 | "style": true |
| 46 | } |
| 47 | } |
| 48 | }, |
| 49 | "style": "wp-block-comment-template" |
| 50 | } |
| 51 |