Jelajahi Sumber

Internal: Article preset was moved to the core. See ckeditor/ckeditor5-core#104.

Piotrek Koszuliński 8 tahun lalu
induk
melakukan
e4e3882fc9
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      packages/ckeditor5-engine/tests/manual/tickets/1088/1.js

+ 2 - 2
packages/ckeditor5-engine/tests/manual/tickets/1088/1.js

@@ -6,11 +6,11 @@
 /* globals console, window, document */
 
 import ClassicEditor from '@ckeditor/ckeditor5-editor-classic/src/classiceditor';
-import ArticlePresets from '@ckeditor/ckeditor5-presets/src/article';
+import ArticlePluginSet from '@ckeditor/ckeditor5-core/tests/_utils/articlepluginset';
 
 ClassicEditor
 	.create( document.querySelector( '#editor' ), {
-		plugins: [ ArticlePresets ],
+		plugins: [ ArticlePluginSet ],
 		toolbar: [ 'headings', 'undo', 'redo' ],
 		image: {
 			toolbar: [ 'imageTextAlternative' ]