build/scripts/block-library/query-no-results
block.json
919 B
8 months ago
block.json in Gutenberg 23.2.0, at build/scripts/block-library/query-no-results/block.json
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "apiVersion": 3, |
| 4 | "name": "core/query-no-results", |
| 5 | "title": "No Results", |
| 6 | "category": "theme", |
| 7 | "description": "Contains the block elements used to render content when no query results are found.", |
| 8 | "ancestor": [ "core/query" ], |
| 9 | "textdomain": "default", |
| 10 | "usesContext": [ "queryId", "query" ], |
| 11 | "supports": { |
| 12 | "anchor": true, |
| 13 | "align": true, |
| 14 | "reusable": false, |
| 15 | "html": false, |
| 16 | "color": { |
| 17 | "gradients": true, |
| 18 | "link": 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 | } |
| 37 | } |
| 38 |