build/scripts/block-library/comment-content
block.json
1.3 KB
7 months ago
block.json in Gutenberg 23.2.0, at build/scripts/block-library/comment-content/block.json
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "apiVersion": 3, |
| 4 | "name": "core/comment-content", |
| 5 | "title": "Comment Content", |
| 6 | "category": "theme", |
| 7 | "ancestor": [ "core/comment-template" ], |
| 8 | "description": "Displays the contents of a comment.", |
| 9 | "textdomain": "default", |
| 10 | "usesContext": [ "commentId" ], |
| 11 | "supports": { |
| 12 | "anchor": true, |
| 13 | "color": { |
| 14 | "gradients": true, |
| 15 | "link": true, |
| 16 | "__experimentalDefaultControls": { |
| 17 | "background": true, |
| 18 | "text": true |
| 19 | } |
| 20 | }, |
| 21 | "typography": { |
| 22 | "fontSize": true, |
| 23 | "lineHeight": true, |
| 24 | "textAlign": true, |
| 25 | "__experimentalFontFamily": true, |
| 26 | "__experimentalFontWeight": true, |
| 27 | "__experimentalFontStyle": true, |
| 28 | "__experimentalTextTransform": true, |
| 29 | "__experimentalTextDecoration": true, |
| 30 | "__experimentalLetterSpacing": true, |
| 31 | "__experimentalDefaultControls": { |
| 32 | "fontSize": true |
| 33 | } |
| 34 | }, |
| 35 | "__experimentalBorder": { |
| 36 | "radius": true, |
| 37 | "color": true, |
| 38 | "width": true, |
| 39 | "style": true, |
| 40 | "__experimentalDefaultControls": { |
| 41 | "radius": true, |
| 42 | "color": true, |
| 43 | "width": true, |
| 44 | "style": true |
| 45 | } |
| 46 | }, |
| 47 | "spacing": { |
| 48 | "padding": [ "horizontal", "vertical" ], |
| 49 | "__experimentalDefaultControls": { |
| 50 | "padding": true |
| 51 | } |
| 52 | }, |
| 53 | "html": false |
| 54 | }, |
| 55 | "style": "wp-block-comment-content" |
| 56 | } |
| 57 |