1 { |
1 { |
|
2 "$schema": "https://schemas.wp.org/trunk/block.json", |
2 "apiVersion": 2, |
3 "apiVersion": 2, |
3 "name": "core/query-pagination-previous", |
4 "name": "core/query-pagination-previous", |
4 "title": "Query Pagination Previous", |
5 "title": "Previous Page", |
5 "category": "design", |
6 "category": "theme", |
6 "parent": [ "core/query-pagination" ], |
7 "parent": [ "core/query-pagination" ], |
7 "description": "Displays the previous posts page link.", |
8 "description": "Displays the previous posts page link.", |
8 "textdomain": "default", |
9 "textdomain": "default", |
9 "attributes": { |
10 "attributes": { |
10 "label": { |
11 "label": { |
11 "type": "string" |
12 "type": "string" |
12 } |
13 } |
13 }, |
14 }, |
14 "usesContext": [ "queryId", "query" ], |
15 "usesContext": [ "queryId", "query", "paginationArrow" ], |
15 "supports": { |
16 "supports": { |
16 "reusable": false, |
17 "reusable": false, |
17 "html": false, |
18 "html": false, |
18 "color": { |
19 "color": { |
19 "gradients": true, |
20 "gradients": true, |
20 "link": true |
21 "text": false, |
|
22 "__experimentalDefaultControls": { |
|
23 "background": true |
|
24 } |
21 }, |
25 }, |
22 "typography": { |
26 "typography": { |
23 "fontSize": true, |
27 "fontSize": true, |
24 "lineHeight": true |
28 "lineHeight": true, |
|
29 "__experimentalFontStyle": true, |
|
30 "__experimentalFontWeight": true, |
|
31 "__experimentalLetterSpacing": true, |
|
32 "__experimentalTextTransform": true, |
|
33 "__experimentalDefaultControls": { |
|
34 "fontSize": true |
|
35 } |
25 } |
36 } |
26 } |
37 } |
27 } |
38 } |