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

Commit

Permalink
Merge branch 'master' into t/ckeditor5-engine/1210
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonkups committed Feb 6, 2018
2 parents f1290ed + d1fae4b commit 5bf8d2f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/manual/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import List from '../../src/list';
ClassicEditor
.create( document.querySelector( '#editor' ), {
plugins: [ Enter, Typing, Heading, Paragraph, Undo, List, Clipboard ],
toolbar: [ 'headings', 'bulletedList', 'numberedList', 'undo', 'redo' ]
toolbar: [ 'headings', '|', 'bulletedList', 'numberedList', 'undo', 'redo' ]
} )
.then( editor => {
window.editor = editor;
Expand Down
2 changes: 1 addition & 1 deletion tests/manual/nestedlists.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import List from '../../src/list';
ClassicEditor
.create( document.querySelector( '#editor' ), {
plugins: [ Enter, Typing, Heading, Paragraph, Undo, List, Clipboard, Link ],
toolbar: [ 'headings', 'bulletedList', 'numberedList', 'undo', 'redo' ]
toolbar: [ 'headings', '|', 'bulletedList', 'numberedList', 'undo', 'redo' ]
} )
.then( editor => {
window.editor = editor;
Expand Down
2 changes: 1 addition & 1 deletion theme/icons/bulletedlist.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion theme/icons/numberedlist.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5bf8d2f

Please sign in to comment.