build/scripts/block-library/post-comments-count
block.json
1.1 KB
6 months ago
block.json in Gutenberg 23.2.0, at build/scripts/block-library/post-comments-count/block.json
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "apiVersion": 3, |
| 4 | "name": "core/post-comments-count", |
| 5 | "title": "Comments Count", |
| 6 | "category": "theme", |
| 7 | "description": "Display a post's comments count.", |
| 8 | "textdomain": "default", |
| 9 | "usesContext": [ "postId" ], |
| 10 | "example": { |
| 11 | "viewportWidth": 350 |
| 12 | }, |
| 13 | "supports": { |
| 14 | "anchor": true, |
| 15 | "html": false, |
| 16 | "color": { |
| 17 | "gradients": true, |
| 18 | "__experimentalDefaultControls": { |
| 19 | "background": true, |
| 20 | "text": true |
| 21 | } |
| 22 | }, |
| 23 | "spacing": { |
| 24 | "margin": true, |
| 25 | "padding": true |
| 26 | }, |
| 27 | "typography": { |
| 28 | "fontSize": true, |
| 29 | "lineHeight": true, |
| 30 | "textAlign": true, |
| 31 | "__experimentalFontFamily": true, |
| 32 | "__experimentalFontWeight": true, |
| 33 | "__experimentalFontStyle": true, |
| 34 | "__experimentalTextTransform": true, |
| 35 | "__experimentalTextDecoration": true, |
| 36 | "__experimentalLetterSpacing": true, |
| 37 | "__experimentalDefaultControls": { |
| 38 | "fontSize": true |
| 39 | } |
| 40 | }, |
| 41 | "__experimentalBorder": { |
| 42 | "radius": true, |
| 43 | "color": true, |
| 44 | "width": true, |
| 45 | "style": true |
| 46 | }, |
| 47 | "interactivity": { |
| 48 | "clientNavigation": true |
| 49 | } |
| 50 | }, |
| 51 | "style": "wp-block-post-comments-count" |
| 52 | } |
| 53 |