Skip to content

Commit

Permalink
Added basic styles to the manual test.
Browse files Browse the repository at this point in the history
  • Loading branch information
pomek committed Aug 19, 2020
1 parent 311f3a2 commit 178ec10
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/ckeditor5-list/tests/manual/list-style.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,15 @@ import Indent from '@ckeditor/ckeditor5-indent/src/indent';
import IndentBlock from '@ckeditor/ckeditor5-indent/src/indentblock';
import TodoList from '../../src/todolist';
import RemoveFormat from '@ckeditor/ckeditor5-remove-format/src/removeformat';
import Bold from '@ckeditor/ckeditor5-basic-styles/src/bold';
import Italic from '@ckeditor/ckeditor5-basic-styles/src/italic';

ClassicEditor
.create( document.querySelector( '#editor' ), {
plugins: [
Essentials,
Bold,
Italic,
Code,
Heading,
List,
Expand All @@ -40,6 +44,9 @@ ClassicEditor
toolbar: [
'heading',
'|',
'bold',
'italic',
'|',
'removeFormat',
'|',
'bulletedList', 'numberedList', 'todoList',
Expand Down

0 comments on commit 178ec10

Please sign in to comment.