Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Subheading block #9353

Closed
wants to merge 1 commit into from
Closed
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
2 changes: 0 additions & 2 deletions block-library/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ import * as reusableBlock from '../packages/block-library/src/block';
import * as separator from '../packages/block-library/src/separator';
import * as shortcode from '../packages/block-library/src/shortcode';
import * as spacer from '../packages/block-library/src/spacer';
import * as subhead from '../packages/block-library/src/subhead';
import * as table from '../packages/block-library/src/table';
import * as textColumns from '../packages/block-library/src/text-columns';
import * as verse from '../packages/block-library/src/verse';
Expand Down Expand Up @@ -87,7 +86,6 @@ export const registerCoreBlocks = () => {
separator,
reusableBlock,
spacer,
subhead,
table,
textColumns,
verse,
Expand Down
1 change: 0 additions & 1 deletion packages/block-library/src/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
@import "./quote/editor.scss";
@import "./shortcode/editor.scss";
@import "./spacer/editor.scss";
@import "./subhead/editor.scss";
@import "./table/editor.scss";
@import "./text-columns/editor.scss";
@import "./verse/editor.scss";
Expand Down
2 changes: 0 additions & 2 deletions packages/block-library/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ import * as reusableBlock from './block';
import * as separator from './separator';
import * as shortcode from './shortcode';
import * as spacer from './spacer';
import * as subhead from './subhead';
import * as table from './table';
import * as textColumns from './text-columns';
import * as verse from './verse';
Expand Down Expand Up @@ -76,7 +75,6 @@ export const registerCoreBlocks = () => {
separator,
reusableBlock,
spacer,
subhead,
table,
textColumns,
verse,
Expand Down
1 change: 0 additions & 1 deletion packages/block-library/src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
@import "./pullquote/style.scss";
@import "./quote/style.scss";
@import "./separator/style.scss";
@import "./subhead/style.scss";
@import "./table/style.scss";
@import "./text-columns/style.scss";
@import "./video/style.scss";
Expand Down
5 changes: 0 additions & 5 deletions packages/block-library/src/subhead/editor.scss

This file was deleted.

105 changes: 0 additions & 105 deletions packages/block-library/src/subhead/index.js

This file was deleted.

5 changes: 0 additions & 5 deletions packages/block-library/src/subhead/style.scss

This file was deleted.

3 changes: 0 additions & 3 deletions test/integration/full-content/fixtures/core__subhead.html

This file was deleted.

21 changes: 0 additions & 21 deletions test/integration/full-content/fixtures/core__subhead.json

This file was deleted.

12 changes: 0 additions & 12 deletions test/integration/full-content/fixtures/core__subhead.parsed.json

This file was deleted.

This file was deleted.