18
|
1 |
{ |
19
|
2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
18
|
3 |
"apiVersion": 2, |
|
4 |
"name": "core/query-pagination-numbers", |
19
|
5 |
"title": "Page Numbers", |
|
6 |
"category": "theme", |
18
|
7 |
"parent": [ "core/query-pagination" ], |
|
8 |
"description": "Displays a list of page numbers for pagination", |
|
9 |
"textdomain": "default", |
|
10 |
"usesContext": [ "queryId", "query" ], |
|
11 |
"supports": { |
|
12 |
"reusable": false, |
19
|
13 |
"html": false, |
|
14 |
"color": { |
|
15 |
"gradients": true, |
|
16 |
"text": false, |
|
17 |
"__experimentalDefaultControls": { |
|
18 |
"background": true |
|
19 |
} |
|
20 |
}, |
|
21 |
"typography": { |
|
22 |
"fontSize": true, |
|
23 |
"lineHeight": true, |
|
24 |
"__experimentalFontStyle": true, |
|
25 |
"__experimentalFontWeight": true, |
|
26 |
"__experimentalLetterSpacing": true, |
|
27 |
"__experimentalTextTransform": true, |
|
28 |
"__experimentalDefaultControls": { |
|
29 |
"fontSize": true |
|
30 |
} |
|
31 |
} |
18
|
32 |
}, |
|
33 |
"editorStyle": "query-pagination-numbers-editor" |
|
34 |
} |