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
| 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 |