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

Commit 254cd89

Browse files
authored
Merge pull request #77 from ckeditor/t/ckeditor5/645
Feature: Updated icons for compatibility with the refreshed Lark theme. Minor adjustment in toolbar configuration (see ckeditor/ckeditor5#645).
2 parents 72e0836 + 8feea16 commit 254cd89

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/manual/undo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import Italic from '@ckeditor/ckeditor5-basic-styles/src/italic';
1717
ClassicEditor
1818
.create( document.querySelector( '#editor' ), {
1919
plugins: [ Enter, Typing, Paragraph, Heading, Undo, Bold, Italic ],
20-
toolbar: [ 'headings', 'bold', 'italic', 'undo', 'redo' ]
20+
toolbar: [ 'headings', '|', 'bold', 'italic', 'undo', 'redo' ]
2121
} )
2222
.then( editor => {
2323
window.editor = editor;

theme/icons/redo.svg

Lines changed: 1 addition & 1 deletion
Loading

theme/icons/undo.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)