8
0
Просмотр исходного кода

Removed not necessary feature from link manual test.

Oskar Wrobel 9 лет назад
Родитель
Сommit
95df938638
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-link/tests/manual/link.js

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

@@ -8,7 +8,7 @@
 import ClassicEditor from '/ckeditor5/editor-classic/classic.js';
 
 ClassicEditor.create( document.querySelector( '#editor' ), {
-	features: [ 'link', 'typing', 'paragraph', 'undo', 'headings', 'enter' ],
+	features: [ 'link', 'typing', 'paragraph', 'undo', 'enter' ],
 	toolbar: [ 'link', 'unlink', 'undo', 'redo' ]
 } )
 .then( editor => {