block.json (514B)
1 { 2 "apiVersion": 2, 3 "name": "core/query-pagination-next", 4 "title": "Query Pagination Next", 5 "category": "design", 6 "parent": [ "core/query-pagination" ], 7 "description": "Displays the next posts page link.", 8 "textdomain": "default", 9 "attributes": { 10 "label": { 11 "type": "string" 12 } 13 }, 14 "usesContext": [ "queryId", "query" ], 15 "supports": { 16 "reusable": false, 17 "html": false, 18 "color": { 19 "gradients": true, 20 "link": true 21 }, 22 "typography": { 23 "fontSize": true, 24 "lineHeight": true 25 } 26 } 27 }