Skip to content

Commit 327338f

Browse files
Make block experimental.
1 parent 425109f commit 327338f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/block-library/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ export const __experimentalGetCoreBlocks = () => [
176176
socialLinks,
177177
spacer,
178178
table,
179-
tableOfContents,
180179
tagCloud,
181180
textColumns,
182181
verse,
@@ -270,6 +269,7 @@ export const __experimentalRegisterExperimentalCoreBlocks = process.env
270269
[
271270
// Experimental blocks.
272271
postAuthorName,
272+
tableOfContents,
273273
...( window.__experimentalEnableListBlockV2
274274
? [ listItem ]
275275
: [] ),

0 commit comments

Comments
 (0)