Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Block categories: Clean these up by moving several blocks from Design to Theme #32568

Merged
merged 18 commits into from
Jun 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
ca323cd
navigation: update category from Design to Theme
kellychoffman Jun 9, 2021
57755c5
loginout: update category from Design to Theme
kellychoffman Jun 9, 2021
b12ee82
query: update category from Design to Theme
kellychoffman Jun 9, 2021
4728d23
post title: update category from Design to Theme
kellychoffman Jun 9, 2021
6bcd992
post content: update category from Design to Theme
kellychoffman Jun 9, 2021
d60118b
post date: update category from Design to Theme
kellychoffman Jun 9, 2021
5d6f1ef
post excerpt: update category from Design to Theme
kellychoffman Jun 9, 2021
b28bfe3
post featured image: update category from Design to Theme
kellychoffman Jun 9, 2021
a545f66
post author: update category from Design to Theme
kellychoffman Jun 9, 2021
ba3bd3f
post comment: update category from Design to Theme
kellychoffman Jun 9, 2021
4b93bdf
post comments: update category from Design to Theme
kellychoffman Jun 9, 2021
7d76f5a
post comments count: update category from Design to Theme
kellychoffman Jun 9, 2021
97e087f
post comments form: update category from Design to Theme
kellychoffman Jun 9, 2021
6a9eecf
post comments link: update category from Design to Theme
kellychoffman Jun 9, 2021
aa0f4a1
term description: update category from Design to Theme
kellychoffman Jun 9, 2021
de0cd3b
nextpage: update category from Design to Theme
kellychoffman Jun 9, 2021
6cee4e2
break: undo category change
kellychoffman Jun 9, 2021
758c1c6
post navigation link: update category from Design to Theme
kellychoffman Jun 9, 2021
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
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
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
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
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