- 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-previous/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-previous", 4 5 "title": "Previous Page", 5 "category": " design",6 "category": "theme", 6 7 "parent": [ "core/query-pagination" ], 7 8 "description": "Displays the previous posts page link.", … … 18 19 "color": { 19 20 "gradients": true, 20 "text": false 21 "text": false, 22 "__experimentalDefaultControls": { 23 "background": true 24 } 21 25 }, 22 26 "typography": {
Note: See TracChangeset
for help on using the changeset viewer.