- Timestamp:
- 06/27/2023 02:20:18 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/query-pagination-previous/block.json
r55440 r56065 1 1 { 2 2 "$schema": "https://schemas.wp.org/trunk/block.json", 3 "apiVersion": 2,3 "apiVersion": 3, 4 4 "name": "core/query-pagination-previous", 5 5 "title": "Previous Page", … … 13 13 } 14 14 }, 15 "usesContext": [ "queryId", "query", "paginationArrow" ],15 "usesContext": [ "queryId", "query", "paginationArrow", "showLabel" ], 16 16 "supports": { 17 17 "reusable": false,
Note: See TracChangeset
for help on using the changeset viewer.