Skip to content

Commit

Permalink
removed underline PR (#1475)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wassaf-Shahzad authored Sep 12, 2022
1 parent 43e6f00 commit 0c95497
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions static/js/lib/ckeditor/CKEditor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import EssentialsPlugin from "@ckeditor/ckeditor5-essentials/src/essentials"
import AutoformatPlugin from "@ckeditor/ckeditor5-autoformat/src/autoformat"
import BoldPlugin from "@ckeditor/ckeditor5-basic-styles/src/bold"
import ItalicPlugin from "@ckeditor/ckeditor5-basic-styles/src/italic"
import UnderlinePlugin from "@ckeditor/ckeditor5-basic-styles/src/underline"
import BlockQuotePlugin from "@ckeditor/ckeditor5-block-quote/src/blockquote"
import HeadingPlugin from "@ckeditor/ckeditor5-heading/src/heading"
import ImagePlugin from "@ckeditor/ckeditor5-image/src/image"
Expand Down Expand Up @@ -69,7 +68,6 @@ export const FullEditorConfig = {
ItalicPlugin,
// note that this is just for inline (not block-level) code
CodePlugin,
UnderlinePlugin,
BlockQuotePlugin,
HeadingPlugin,
ImagePlugin,
Expand Down Expand Up @@ -98,7 +96,6 @@ export const FullEditorConfig = {
"|",
"bold",
"italic",
"underline",
"link",
"bulletedList",
"numberedList",
Expand Down Expand Up @@ -132,7 +129,6 @@ export const MinimalEditorConfig = {
BoldPlugin,
ItalicPlugin,
CodePlugin,
UnderlinePlugin,
BlockQuotePlugin,
LinkPlugin,
ListPlugin,
Expand All @@ -149,7 +145,6 @@ export const MinimalEditorConfig = {
items: [
"bold",
"italic",
"underline",
"code",
"link",
"bulletedList",
Expand Down

0 comments on commit 0c95497

Please sign in to comment.