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

Commit

Permalink
Other: Renamed 'bulletedList' and 'numberedList' ui components to 'li…
Browse files Browse the repository at this point in the history
…st:bulleted' and 'list:numbered'.
  • Loading branch information
jodator committed Mar 6, 2018
1 parent 99a8504 commit 788be57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/manual/uploadadapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ClassicEditor
Enter, Typing, Paragraph, Heading, Undo, Bold, Italic, Heading, List, Image, ImageToolbar, Clipboard,
ImageCaption, ImageStyle, ImageUpload, CKFinderUploadAdapter
],
toolbar: [ 'heading', '|', 'undo', 'redo', 'bold', 'italic', 'bulletedList', 'numberedList', 'uploadImage' ],
toolbar: [ 'heading', '|', 'undo', 'redo', 'bold', 'italic', 'list:bulleted', 'list:numbered', 'uploadImage' ],
ckfinder: {
// eslint-disable-next-line max-len
uploadUrl: 'https://cksource.com/weuy2g4ryt278ywiue/core/connector/php/connector.php?command=QuickUpload&type=Files&responseType=json'
Expand Down

0 comments on commit 788be57

Please sign in to comment.