Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function gutenberg_reregister_core_block_types() {
'social-links',
'spacer',
'table',
'table-of-contents',
// 'table-of-contents',
'text-columns',
'verse',
'video',
Expand Down Expand Up @@ -89,7 +89,7 @@ function gutenberg_reregister_core_block_types() {
'site-logo.php' => 'core/site-logo',
'site-tagline.php' => 'core/site-tagline',
'site-title.php' => 'core/site-title',
'table-of-contents.php' => 'core/table-of-contents',
// 'table-of-contents.php' => 'core/table-of-contents',
'template-part.php' => 'core/template-part',
)
),
Expand Down
4 changes: 2 additions & 2 deletions packages/block-library/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ import * as separator from './separator';
import * as shortcode from './shortcode';
import * as spacer from './spacer';
import * as table from './table';
import * as tableOfContents from './table-of-contents';
// import * as tableOfContents from './table-of-contents';
import * as textColumns from './text-columns';
import * as verse from './verse';
import * as video from './video';
Expand Down Expand Up @@ -161,7 +161,7 @@ export const __experimentalGetCoreBlocks = () => [
socialLink,
spacer,
table,
tableOfContents,
// tableOfContents,
tagCloud,
textColumns,
verse,
Expand Down

This file was deleted.

12 changes: 0 additions & 12 deletions packages/e2e-tests/fixtures/blocks/core__table-of-contents.json

This file was deleted.

This file was deleted.

This file was deleted.