Skip to content

Commit

Permalink
Stabilize some theme blocks for WP 5.8 release (#31423)
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad authored May 4, 2021
1 parent 510a357 commit 1512a82
Showing 1 changed file with 20 additions and 16 deletions.
36 changes: 20 additions & 16 deletions packages/block-library/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,26 @@ export const __experimentalGetCoreBlocks = () => [
textColumns,
verse,
video,

// Theme blocks
siteLogo,
siteTagline,
siteTitle,

query,
queryLoop,
queryTitle,
queryPagination,
queryPaginationNext,
queryPaginationNumbers,
queryPaginationPrevious,

postTitle,
postContent,
postAuthor,
postDate,
postExcerpt,
postFeaturedImage,
];

/**
Expand Down Expand Up @@ -218,21 +238,8 @@ export const __experimentalRegisterExperimentalCoreBlocks =
// Register Full Site Editing Blocks.
...( enableFSEBlocks
? [
siteLogo,
siteTagline,
siteTitle,
templatePart,
query,
queryLoop,
queryTitle,
queryPagination,
queryPaginationNext,
queryPaginationNumbers,
queryPaginationPrevious,
logInOut,
postTitle,
postContent,
postAuthor,
postComment,
postCommentAuthor,
postCommentContent,
Expand All @@ -241,9 +248,6 @@ export const __experimentalRegisterExperimentalCoreBlocks =
postCommentsCount,
postCommentsForm,
postCommentsLink,
postDate,
postExcerpt,
postFeaturedImage,
postHierarchicalTerms,
postTags,
postNavigationLink,
Expand Down

0 comments on commit 1512a82

Please sign in to comment.