|
1 { |
|
2 "$schema": "https://schemas.wp.org/trunk/block.json", |
|
3 "apiVersion": 3, |
|
4 "name": "core/query-total", |
|
5 "title": "Query Total", |
|
6 "category": "theme", |
|
7 "ancestor": [ "core/query" ], |
|
8 "description": "Display the total number of results in a query.", |
|
9 "textdomain": "default", |
|
10 "attributes": { |
|
11 "displayType": { |
|
12 "type": "string", |
|
13 "default": "total-results" |
|
14 } |
|
15 }, |
|
16 "usesContext": [ "queryId", "query" ], |
|
17 "supports": { |
|
18 "align": [ "wide", "full" ], |
|
19 "html": false, |
|
20 "spacing": { |
|
21 "margin": true, |
|
22 "padding": true |
|
23 }, |
|
24 "color": { |
|
25 "gradients": true, |
|
26 "__experimentalDefaultControls": { |
|
27 "background": true, |
|
28 "text": true |
|
29 } |
|
30 }, |
|
31 "typography": { |
|
32 "fontSize": true, |
|
33 "lineHeight": true, |
|
34 "__experimentalFontFamily": true, |
|
35 "__experimentalFontWeight": true, |
|
36 "__experimentalFontStyle": true, |
|
37 "__experimentalTextTransform": true, |
|
38 "__experimentalTextDecoration": true, |
|
39 "__experimentalLetterSpacing": true, |
|
40 "__experimentalDefaultControls": { |
|
41 "fontSize": true |
|
42 } |
|
43 }, |
|
44 "__experimentalBorder": { |
|
45 "radius": true, |
|
46 "color": true, |
|
47 "width": true, |
|
48 "style": true, |
|
49 "__experimentalDefaultControls": { |
|
50 "radius": true, |
|
51 "color": true, |
|
52 "width": true, |
|
53 "style": true |
|
54 } |
|
55 }, |
|
56 "interactivity": { |
|
57 "clientNavigation": true |
|
58 } |
|
59 }, |
|
60 "style": "wp-block-query-total" |
|
61 } |