- Timestamp:
- 04/12/2022 03:10:30 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/query-pagination/block.json
r52324 r53157 1 1 { 2 "$schema": "https://schemas.wp.org/trunk/block.json", 2 3 "apiVersion": 2, 3 4 "name": "core/query-pagination", 4 5 "title": "Pagination", 5 "category": " design",6 "category": "theme", 6 7 "parent": [ "core/query" ], 7 8 "description": "Displays a paginated navigation to next/previous set of posts, when applicable.", … … 23 24 "color": { 24 25 "gradients": true, 25 "link": true 26 "link": true, 27 "__experimentalDefaultControls": { 28 "background": true, 29 "text": true, 30 "link": true 31 } 26 32 }, 27 33 "__experimentalLayout": {
Note: See TracChangeset
for help on using the changeset viewer.