- Timestamp:
- 02/09/2024 06:20:12 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/query-pagination/block.json
r56065 r57578 5 5 "title": "Pagination", 6 6 "category": "theme", 7 "parent": [ "core/query" ], 7 "ancestor": [ "core/query" ], 8 "allowedBlocks": [ 9 "core/query-pagination-previous", 10 "core/query-pagination-numbers", 11 "core/query-pagination-next" 12 ], 8 13 "description": "Displays a paginated navigation to next/previous set of posts, when applicable.", 9 14 "textdomain": "default", … … 55 60 "fontSize": true 56 61 } 62 }, 63 "interactivity": { 64 "clientNavigation": true 57 65 } 58 66 },
Note: See TracChangeset
for help on using the changeset viewer.