Skip to content

Commit

Permalink
Merge pull request #69 from mostafaznv/dev
Browse files Browse the repository at this point in the history
feat: add clipboard plugin to the ckeditor bundle
  • Loading branch information
mostafaznv authored Aug 16, 2023
2 parents b56d42d + 84cbdbb commit 6ebee39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/js/field.js

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion resources/js/ckeditor/ckeditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ import Video from "./plugins/video/video"


// Other
import {Clipboard} from '@ckeditor/ckeditor5-clipboard'
import SourceEditing from '@ckeditor/ckeditor5-source-editing/src/sourceediting'
import ElementAddAttributes from './plugins/element-attribute/src/add-attribute-to-element'

Expand Down Expand Up @@ -124,7 +125,8 @@ export default class CkEditor extends ClassicEditorBase {
SourceEditing,
Indent,
IndentBlock,
ElementAddAttributes
ElementAddAttributes,
Clipboard
]
}
}

0 comments on commit 6ebee39

Please sign in to comment.