Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Merge pull request #94 from ckeditor/t/ckeditor5/645
Browse files Browse the repository at this point in the history
Tests: Minor adjustment in toolbar configuration (see ckeditor/ckeditor5#645).
  • Loading branch information
Reinmar authored Feb 2, 2018
2 parents a28de00 + a03531d commit 068f573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/manual/heading.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import Undo from '@ckeditor/ckeditor5-undo/src/undo';
ClassicEditor
.create( document.querySelector( '#editor' ), {
plugins: [ Enter, Typing, Undo, Heading, Paragraph ],
toolbar: [ 'headings', 'undo', 'redo' ]
toolbar: [ 'headings', '|', 'undo', 'redo' ]
} )
.then( editor => {
window.editor = editor;
Expand Down

0 comments on commit 068f573

Please sign in to comment.