PluginProbe
Gutenberg / 23.2.0
Gutenberg v23.2.0
24.0.0 23.9.1 23.9.0 23.8.0 23.7.2 23.7.1 23.7.0 23.6.1 23.6.2 23.6.0 23.5.3 23.5.2 23.5.1 23.5.0 23.4.0 23.3.2 23.3.1 23.3.0 23.2.0 23.2.1 23.2.2 23.1.1 23.1.0 23.0.1 12.6.0 All 403 releases
gutenberg / build / scripts / block-library / query-no-results / block.json
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

38 lines 919 B Raw Download Zip
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