equal
deleted
inserted
replaced
1 { |
1 { |
2 "$schema": "https://schemas.wp.org/trunk/block.json", |
2 "$schema": "https://schemas.wp.org/trunk/block.json", |
3 "apiVersion": 2, |
3 "apiVersion": 3, |
4 "name": "core/comments-pagination", |
4 "name": "core/comments-pagination", |
5 "title": "Comments Pagination", |
5 "title": "Comments Pagination", |
6 "category": "theme", |
6 "category": "theme", |
7 "parent": [ "core/comments-query-loop" ], |
7 "parent": [ "core/comments" ], |
|
8 "allowedBlocks": [ |
|
9 "core/comments-pagination-previous", |
|
10 "core/comments-pagination-numbers", |
|
11 "core/comments-pagination-next" |
|
12 ], |
8 "description": "Displays a paginated navigation to next/previous set of comments, when applicable.", |
13 "description": "Displays a paginated navigation to next/previous set of comments, when applicable.", |
9 "textdomain": "default", |
14 "textdomain": "default", |
10 "attributes": { |
15 "attributes": { |
11 "paginationArrow": { |
16 "paginationArrow": { |
12 "type": "string", |
17 "type": "string", |
27 "background": true, |
32 "background": true, |
28 "text": true, |
33 "text": true, |
29 "link": true |
34 "link": true |
30 } |
35 } |
31 }, |
36 }, |
32 "__experimentalLayout": { |
37 "layout": { |
33 "allowSwitching": false, |
38 "allowSwitching": false, |
34 "allowInheriting": false, |
39 "allowInheriting": false, |
35 "default": { |
40 "default": { |
36 "type": "flex" |
41 "type": "flex" |
37 } |
42 } |
|
43 }, |
|
44 "typography": { |
|
45 "fontSize": true, |
|
46 "lineHeight": true, |
|
47 "__experimentalFontFamily": true, |
|
48 "__experimentalFontWeight": true, |
|
49 "__experimentalFontStyle": true, |
|
50 "__experimentalTextTransform": true, |
|
51 "__experimentalTextDecoration": true, |
|
52 "__experimentalLetterSpacing": true, |
|
53 "__experimentalDefaultControls": { |
|
54 "fontSize": true |
|
55 } |
|
56 }, |
|
57 "interactivity": { |
|
58 "clientNavigation": true |
38 } |
59 } |
39 }, |
60 }, |
40 "editorStyle": "wp-block-comments-pagination-editor", |
61 "editorStyle": "wp-block-comments-pagination-editor", |
41 "style": "wp-block-comments-pagination" |
62 "style": "wp-block-comments-pagination" |
42 } |
63 } |