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-pagination-next / block.json
build/scripts/block-library/query-pagination-next
block.json 1.0 KB 7 months ago

block.json in Gutenberg 23.2.0, at build/scripts/block-library/query-pagination-next/block.json

51 lines 1.0 KB Raw Download Zip
1 {
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "apiVersion": 3,
4 "name": "core/query-pagination-next",
5 "title": "Next Page",
6 "category": "theme",
7 "parent": [ "core/query-pagination" ],
8 "description": "Displays the next posts page link.",
9 "textdomain": "default",
10 "attributes": {
11 "label": {
12 "type": "string"
13 }
14 },
15 "usesContext": [
16 "queryId",
17 "query",
18 "paginationArrow",
19 "showLabel",
20 "enhancedPagination"
21 ],
22 "supports": {
23 "anchor": true,
24 "reusable": false,
25 "html": false,
26 "color": {
27 "gradients": true,
28 "text": false,
29 "__experimentalDefaultControls": {
30 "background": true
31 }
32 },
33 "typography": {
34 "fontSize": true,
35 "lineHeight": true,
36 "__experimentalFontFamily": true,
37 "__experimentalFontWeight": true,
38 "__experimentalFontStyle": true,
39 "__experimentalTextTransform": true,
40 "__experimentalTextDecoration": true,
41 "__experimentalLetterSpacing": true,
42 "__experimentalDefaultControls": {
43 "fontSize": true
44 }
45 },
46 "interactivity": {
47 "clientNavigation": true
48 }
49 }
50 }
51