| [ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 { 2 "$schema": "https://schemas.wp.org/trunk/block.json", 3 "apiVersion": 3, 4 "name": "core/query-pagination-numbers", 5 "title": "Page Numbers", 6 "category": "theme", 7 "parent": [ "core/query-pagination" ], 8 "description": "Displays a list of page numbers for pagination.", 9 "textdomain": "default", 10 "attributes": { 11 "midSize": { 12 "type": "number", 13 "default": 2 14 } 15 }, 16 "usesContext": [ "queryId", "query", "enhancedPagination" ], 17 "supports": { 18 "anchor": true, 19 "reusable": false, 20 "html": false, 21 "color": { 22 "gradients": true, 23 "text": false, 24 "__experimentalDefaultControls": { 25 "background": true 26 } 27 }, 28 "typography": { 29 "fontSize": true, 30 "lineHeight": true, 31 "__experimentalFontFamily": true, 32 "__experimentalFontWeight": true, 33 "__experimentalFontStyle": true, 34 "__experimentalTextTransform": true, 35 "__experimentalTextDecoration": true, 36 "__experimentalLetterSpacing": true, 37 "__experimentalDefaultControls": { 38 "fontSize": true 39 } 40 }, 41 "interactivity": { 42 "clientNavigation": true 43 } 44 }, 45 "editorStyle": "wp-block-query-pagination-numbers-editor" 46 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated : Tue Jul 7 08:20:13 2026 | Cross-referenced by PHPXref |