Skip to content

Commit

Permalink
Make block experimental.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZebulanStanphill committed May 4, 2022
1 parent 60a956f commit b84f91e
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 @@ -176,7 +176,6 @@ export const __experimentalGetCoreBlocks = () => [
socialLinks,
spacer,
table,
tableOfContents,
tagCloud,
textColumns,
verse,
Expand Down Expand Up @@ -270,6 +269,7 @@ export const __experimentalRegisterExperimentalCoreBlocks = process.env
[
// Experimental blocks.
postAuthorName,
tableOfContents,
...( window.__experimentalEnableListBlockV2
? [ listItem ]
: [] ),
Expand Down

0 comments on commit b84f91e

Please sign in to comment.