[ 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/comments-pagination", 5 "title": "Comments Pagination", 6 "category": "theme", 7 "parent": [ "core/comments" ], 8 "allowedBlocks": [ 9 "core/comments-pagination-previous", 10 "core/comments-pagination-numbers", 11 "core/comments-pagination-next" 12 ], 13 "description": "Displays a paginated navigation to next/previous set of comments, when applicable.", 14 "textdomain": "default", 15 "attributes": { 16 "paginationArrow": { 17 "type": "string", 18 "default": "none" 19 } 20 }, 21 "example": { 22 "attributes": { 23 "paginationArrow": "none" 24 } 25 }, 26 "providesContext": { 27 "comments/paginationArrow": "paginationArrow" 28 }, 29 "supports": { 30 "align": true, 31 "reusable": false, 32 "html": false, 33 "color": { 34 "gradients": true, 35 "link": true, 36 "__experimentalDefaultControls": { 37 "background": true, 38 "text": true, 39 "link": true 40 } 41 }, 42 "layout": { 43 "allowSwitching": false, 44 "allowInheriting": false, 45 "default": { 46 "type": "flex" 47 } 48 }, 49 "typography": { 50 "fontSize": true, 51 "lineHeight": true, 52 "__experimentalFontFamily": true, 53 "__experimentalFontWeight": true, 54 "__experimentalFontStyle": true, 55 "__experimentalTextTransform": true, 56 "__experimentalTextDecoration": true, 57 "__experimentalLetterSpacing": true, 58 "__experimentalDefaultControls": { 59 "fontSize": true 60 } 61 }, 62 "interactivity": { 63 "clientNavigation": true 64 } 65 }, 66 "editorStyle": "wp-block-comments-pagination-editor", 67 "style": "wp-block-comments-pagination" 68 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated : Sat Feb 22 08:20:01 2025 | Cross-referenced by PHPXref |