diff --git a/docs/reference-guides/core-blocks.md b/docs/reference-guides/core-blocks.md index 1b460219d5fda6..4266df31b1ef00 100644 --- a/docs/reference-guides/core-blocks.md +++ b/docs/reference-guides/core-blocks.md @@ -544,7 +544,7 @@ Displays the next or previous post link that is adjacent to the current post. Contains the block elements used to render a post, like the title, date, featured image, content or excerpt, and more. - **Name:** core/post-template -- **Category:** design +- **Category:** theme - **Supports:** align, ~~html~~, ~~reusable~~ - **Attributes:** @@ -598,7 +598,7 @@ An advanced block that allows displaying post types based on different query par Displays a paginated navigation to next/previous set of posts, when applicable. - **Name:** core/query-pagination -- **Category:** design +- **Category:** theme - **Supports:** align, color (background, gradients, link, text), ~~html~~, ~~reusable~~ - **Attributes:** paginationArrow @@ -607,7 +607,7 @@ Displays a paginated navigation to next/previous set of posts, when applicable. Displays the next posts page link. - **Name:** core/query-pagination-next -- **Category:** design +- **Category:** theme - **Supports:** color (background, gradients, ~~text~~), typography (fontSize, lineHeight), ~~html~~, ~~reusable~~ - **Attributes:** label @@ -616,7 +616,7 @@ Displays the next posts page link. Displays a list of page numbers for pagination - **Name:** core/query-pagination-numbers -- **Category:** design +- **Category:** theme - **Supports:** ~~html~~, ~~reusable~~ - **Attributes:** @@ -625,7 +625,7 @@ Displays a list of page numbers for pagination Displays the previous posts page link. - **Name:** core/query-pagination-previous -- **Category:** design +- **Category:** theme - **Supports:** color (background, gradients, ~~text~~), typography (fontSize, lineHeight), ~~html~~, ~~reusable~~ - **Attributes:** label diff --git a/packages/block-library/src/post-template/block.json b/packages/block-library/src/post-template/block.json index a6f9741eed3fa9..b830e3ba577278 100644 --- a/packages/block-library/src/post-template/block.json +++ b/packages/block-library/src/post-template/block.json @@ -3,7 +3,7 @@ "apiVersion": 2, "name": "core/post-template", "title": "Post Template", - "category": "design", + "category": "theme", "parent": [ "core/query" ], "description": "Contains the block elements used to render a post, like the title, date, featured image, content or excerpt, and more.", "textdomain": "default", diff --git a/packages/block-library/src/query-pagination-next/block.json b/packages/block-library/src/query-pagination-next/block.json index 70c3f5030deacc..03a73ff1636602 100644 --- a/packages/block-library/src/query-pagination-next/block.json +++ b/packages/block-library/src/query-pagination-next/block.json @@ -3,7 +3,7 @@ "apiVersion": 2, "name": "core/query-pagination-next", "title": "Next Page", - "category": "design", + "category": "theme", "parent": [ "core/query-pagination" ], "description": "Displays the next posts page link.", "textdomain": "default", diff --git a/packages/block-library/src/query-pagination-numbers/block.json b/packages/block-library/src/query-pagination-numbers/block.json index e511a388734eff..85664ad3fdbafb 100644 --- a/packages/block-library/src/query-pagination-numbers/block.json +++ b/packages/block-library/src/query-pagination-numbers/block.json @@ -3,7 +3,7 @@ "apiVersion": 2, "name": "core/query-pagination-numbers", "title": "Page Numbers", - "category": "design", + "category": "theme", "parent": [ "core/query-pagination" ], "description": "Displays a list of page numbers for pagination", "textdomain": "default", diff --git a/packages/block-library/src/query-pagination-previous/block.json b/packages/block-library/src/query-pagination-previous/block.json index 76a3baf7470256..d3da72df473b53 100644 --- a/packages/block-library/src/query-pagination-previous/block.json +++ b/packages/block-library/src/query-pagination-previous/block.json @@ -3,7 +3,7 @@ "apiVersion": 2, "name": "core/query-pagination-previous", "title": "Previous Page", - "category": "design", + "category": "theme", "parent": [ "core/query-pagination" ], "description": "Displays the previous posts page link.", "textdomain": "default", diff --git a/packages/block-library/src/query-pagination/block.json b/packages/block-library/src/query-pagination/block.json index 0b81c9fe89e801..3d52c6897ce564 100644 --- a/packages/block-library/src/query-pagination/block.json +++ b/packages/block-library/src/query-pagination/block.json @@ -3,7 +3,7 @@ "apiVersion": 2, "name": "core/query-pagination", "title": "Pagination", - "category": "design", + "category": "theme", "parent": [ "core/query" ], "description": "Displays a paginated navigation to next/previous set of posts, when applicable.", "textdomain": "default",