mirror of
https://github.com/mroxso/zelo-news.git
synced 2026-06-06 02:21:11 +02:00
chore: comment out unused plugins in the editor-x component for cleaner code
This commit is contained in:
@@ -138,7 +138,7 @@ export function Plugins() {
|
||||
<CodeLanguageToolbarPlugin />
|
||||
) : (
|
||||
<>
|
||||
<FontFamilyToolbarPlugin />
|
||||
{/* <FontFamilyToolbarPlugin /> */}
|
||||
<FontSizeToolbarPlugin />
|
||||
<Separator orientation="vertical" className="!h-7" />
|
||||
<FontFormatToolbarPlugin />
|
||||
@@ -155,7 +155,7 @@ export function Plugins() {
|
||||
<Separator orientation="vertical" className="!h-7" />
|
||||
<BlockInsertPlugin>
|
||||
<InsertHorizontalRule />
|
||||
<InsertImage />
|
||||
{/* <InsertImage /> */}
|
||||
<InsertTable />
|
||||
<InsertColumnsLayout />
|
||||
<InsertEmbeds />
|
||||
@@ -219,9 +219,9 @@ export function Plugins() {
|
||||
...TEXT_MATCH_TRANSFORMERS,
|
||||
]}
|
||||
/>
|
||||
<TypingPerfPlugin />
|
||||
{/* <TypingPerfPlugin /> */}
|
||||
<TabFocusPlugin />
|
||||
<AutocompletePlugin />
|
||||
{/* <AutocompletePlugin /> */}
|
||||
<AutoLinkPlugin />
|
||||
<LinkPlugin />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user