Skip to content

Commit

Permalink
Hide the PostAuthor block behind the Gutenberg experimental flag
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed May 19, 2021
1 parent 4e42e00 commit 69a8096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ export const __experimentalGetCoreBlocks = () => [

postTitle,
postContent,
postAuthor,
postDate,
postExcerpt,
postFeaturedImage,
Expand Down Expand Up @@ -243,6 +242,7 @@ export const __experimentalRegisterExperimentalCoreBlocks =
...( enableFSEBlocks
? [
templatePart,
postAuthor,
postComment,
postCommentAuthor,
postCommentContent,
Expand Down

0 comments on commit 69a8096

Please sign in to comment.