Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
[Block Library]: Rename Query Pagination blocks
  • Loading branch information
ntsekouras committed Dec 3, 2021
commit 368021904e714ace539e21a80b0bd8782074fa79
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "core/query-pagination-next",
"title": "Query Pagination Next",
"title": "Pagination Next",
"category": "design",
"parent": [ "core/query-pagination" ],
"description": "Displays the next posts page link.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "core/query-pagination-numbers",
"title": "Query Pagination Numbers",
"title": "Pagination Numbers",
"category": "design",
"parent": [ "core/query-pagination" ],
"description": "Displays a list of page numbers for pagination",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "core/query-pagination-previous",
"title": "Query Pagination Previous",
"title": "Pagination Previous",
"category": "design",
"parent": [ "core/query-pagination" ],
"description": "Displays the previous posts page link.",
Expand Down
2 changes: 1 addition & 1 deletion packages/block-library/src/query-pagination/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "core/query-pagination",
"title": "Query Pagination",
"title": "Pagination",
"category": "design",
"parent": [ "core/query" ],
"description": "Displays a paginated navigation to next/previous set of posts, when applicable.",
Expand Down