Skip to content

Commit

Permalink
Block categories: Clean these up by moving several blocks from Design…
Browse files Browse the repository at this point in the history
… to Theme (#32568)

* navigation: update category from Design to Theme

* loginout: update category from Design to Theme

* query: update category from Design to Theme

* post title: update category from Design to Theme

* post content: update category from Design to Theme

* post date: update category from Design to Theme

* post excerpt: update category from Design to Theme

* post featured image: update category from Design to Theme

* post author: update category from Design to Theme

* post comment: update category from Design to Theme

* post comments: update category from Design to Theme

* post comments count: update category from Design to Theme

* post comments form: update category from Design to Theme

* post comments link: update category from Design to Theme

* term description: update category from Design to Theme

* nextpage: update category from Design to Theme

* break: undo category change

* post navigation link: update category from Design to Theme
  • Loading branch information
kellychoffman committed Jun 17, 2021
1 parent 242da27 commit bc35ea9
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion packages/block-library/src/loginout/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"apiVersion": 2,
"name": "core/loginout",
"title": "Login/out",
"category": "design",
"category": "theme",
"description": "Show login & logout links.",
"keywords": [ "login", "logout", "form" ],
"textdomain": "default",
Expand Down
2 changes: 1 addition & 1 deletion packages/block-library/src/navigation/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"apiVersion": 2,
"name": "core/navigation",
"title": "Navigation",
"category": "design",
"category": "theme",
"description": "A collection of blocks that allow visitors to get around your site.",
"keywords": [
"menu",
Expand Down
2 changes: 1 addition & 1 deletion packages/block-library/src/post-author/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"apiVersion": 2,
"name": "core/post-author",
"title": "Post Author",
"category": "design",
"category": "theme",
"description": "Add the author of this post.",
"textdomain": "default",
"attributes": {
Expand Down
2 changes: 1 addition & 1 deletion packages/block-library/src/post-comment/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"apiVersion": 2,
"name": "core/post-comment",
"title": "Post Comment",
"category": "design",
"category": "theme",
"description": "Post comment.",
"textdomain": "default",
"attributes": {
Expand Down
2 changes: 1 addition & 1 deletion packages/block-library/src/post-comments-count/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"apiVersion": 2,
"name": "core/post-comments-count",
"title": "Post Comments Count",
"category": "design",
"category": "theme",
"description": "Display a post's comments count.",
"textdomain": "default",
"attributes": {
Expand Down
2 changes: 1 addition & 1 deletion packages/block-library/src/post-comments-form/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"apiVersion": 2,
"name": "core/post-comments-form",
"title": "Post Comments Form",
"category": "design",
"category": "theme",
"description": "Display a post's comments form.",
"textdomain": "default",
"attributes": {
Expand Down
2 changes: 1 addition & 1 deletion packages/block-library/src/post-comments-link/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"apiVersion": 2,
"name": "core/post-comments-link",
"title": "Post Comments Link",
"category": "design",
"category": "theme",
"description": "Displays the link to the current post comments.",
"textdomain": "default",
"usesContext": [ "postType", "postId" ],
Expand Down
2 changes: 1 addition & 1 deletion packages/block-library/src/post-comments/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"apiVersion": 2,
"name": "core/post-comments",
"title": "Post Comments",
"category": "design",
"category": "theme",
"description": "Display a post's comments.",
"textdomain": "default",
"attributes": {
Expand Down
2 changes: 1 addition & 1 deletion packages/block-library/src/post-content/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"apiVersion": 2,
"name": "core/post-content",
"title": "Post Content",
"category": "design",
"category": "theme",
"description": "Displays the contents of a post or page.",
"textdomain": "default",
"usesContext": [ "postId", "postType", "queryId" ],
Expand Down
2 changes: 1 addition & 1 deletion packages/block-library/src/post-date/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"apiVersion": 2,
"name": "core/post-date",
"title": "Post Date",
"category": "design",
"category": "theme",
"description": "Add the date of this post.",
"textdomain": "default",
"attributes": {
Expand Down
2 changes: 1 addition & 1 deletion packages/block-library/src/post-excerpt/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"apiVersion": 2,
"name": "core/post-excerpt",
"title": "Post Excerpt",
"category": "design",
"category": "theme",
"description": "Display a post's excerpt.",
"textdomain": "default",
"attributes": {
Expand Down
2 changes: 1 addition & 1 deletion packages/block-library/src/post-featured-image/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"apiVersion": 2,
"name": "core/post-featured-image",
"title": "Post Featured Image",
"category": "design",
"category": "theme",
"description": "Display a post's featured image.",
"textdomain": "default",
"attributes": {
Expand Down
2 changes: 1 addition & 1 deletion packages/block-library/src/post-navigation-link/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"apiVersion": 2,
"name": "core/post-navigation-link",
"title": "Post Navigation Link",
"category": "design",
"category": "theme",
"description": "Displays the next or previous post link that is adjacent to the current post.",
"textdomain": "default",
"attributes": {
Expand Down
2 changes: 1 addition & 1 deletion packages/block-library/src/post-title/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"apiVersion": 2,
"name": "core/post-title",
"title": "Post Title",
"category": "design",
"category": "theme",
"description": "Displays the title of a post, page, or any other content-type.",
"textdomain": "default",
"usesContext": [ "postId", "postType", "queryId" ],
Expand Down
2 changes: 1 addition & 1 deletion packages/block-library/src/query/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"apiVersion": 2,
"name": "core/query",
"title": "Query Loop",
"category": "design",
"category": "theme",
"description": "An advanced block that allows displaying post types based on different query parameters and visual configurations.",
"textdomain": "default",
"attributes": {
Expand Down
2 changes: 1 addition & 1 deletion packages/block-library/src/term-description/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"apiVersion": 2,
"name": "core/term-description",
"title": "Term Description",
"category": "design",
"category": "theme",
"description": "Display the description of categories, tags and custom taxonomies when viewing an archive.",
"textdomain": "default",
"attributes": {
Expand Down

0 comments on commit bc35ea9

Please sign in to comment.