소스 검색

Other: Updated the path to the ClassicEditor class (see https://github.com/ckeditor/ckeditor5-editor-classic/issues/41).

Aleksander Nowodzinski 8 년 전
부모
커밋
c57784aa35
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      packages/ckeditor5-essentials/tests/manual/article.js
  2. 1 1
      packages/ckeditor5-essentials/tests/manual/essentials.js

+ 1 - 1
packages/ckeditor5-essentials/tests/manual/article.js

@@ -5,7 +5,7 @@
 
 /* globals console, window, document */
 
-import ClassicEditor from '@ckeditor/ckeditor5-editor-classic/src/classic';
+import ClassicEditor from '@ckeditor/ckeditor5-editor-classic/src/classiceditor';
 
 import ArticlePreset from '../../src/article';
 

+ 1 - 1
packages/ckeditor5-essentials/tests/manual/essentials.js

@@ -5,7 +5,7 @@
 
 /* globals console, window, document */
 
-import ClassicEditor from '@ckeditor/ckeditor5-editor-classic/src/classic';
+import ClassicEditor from '@ckeditor/ckeditor5-editor-classic/src/classiceditor';
 
 import EssentialsPreset from '../../src/essentials';
 import Paragraph from '@ckeditor/ckeditor5-paragraph/src/paragraph';