We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 425109f commit 327338fCopy full SHA for 327338f
1 file changed
packages/block-library/src/index.js
@@ -176,7 +176,6 @@ export const __experimentalGetCoreBlocks = () => [
176
socialLinks,
177
spacer,
178
table,
179
- tableOfContents,
180
tagCloud,
181
textColumns,
182
verse,
@@ -270,6 +269,7 @@ export const __experimentalRegisterExperimentalCoreBlocks = process.env
270
269
[
271
// Experimental blocks.
272
postAuthorName,
+ tableOfContents,
273
...( window.__experimentalEnableListBlockV2
274
? [ listItem ]
275
: [] ),
0 commit comments