Skip to content

Commit

Permalink
chore: remove unused plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Feb 28, 2022
1 parent 235e677 commit fd340dc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 44 deletions.
2 changes: 0 additions & 2 deletions projects/demo/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { Validators, Editor, Toolbar, DEFAULT_TOOLBAR } from 'ngx-editor';

import jsonDoc from './doc';
import schema from './schema';
import plugins from './plugins';
import nodeViews from './nodeviews';

@Component({
Expand Down Expand Up @@ -35,7 +34,6 @@ export class AppComponent implements OnInit, OnDestroy {
ngOnInit(): void {
this.editor = new Editor({
schema,
plugins,
nodeViews,
history: true,
keyboardShortcuts: true,
Expand Down
42 changes: 0 additions & 42 deletions projects/demo/src/app/plugins/index.ts

This file was deleted.

0 comments on commit fd340dc

Please sign in to comment.