Skip to content

Commit 7238cdb

Browse files
authored
IBX-10861: Fixed IbexaTable Plugin import (#272)
For more details see https://issues.ibexa.co/browse/IBX-10861 and #272 Key changes: * Fixed IbexaTable Plugin import
1 parent 338a033 commit 7238cdb

File tree

1 file changed

+1
-1
lines changed
  • src/bundle/Resources/public/js/CKEditor/table

1 file changed

+1
-1
lines changed

src/bundle/Resources/public/js/CKEditor/table/table.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import Plugin from '@ckeditor/ckeditor5-core/src/plugin';
1+
import { Plugin } from 'ckeditor5';
22

33
import { addPredefinedClassToConfig } from '../custom-attributes/helpers/config-helper';
44

0 commit comments

Comments
 (0)