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 3864337 commit dc2abbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/manual/inlineeditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function initEditors() {
InlineEditor
.create( document.querySelector( selector ), {
plugins: [ ArticlePluginSet ],
toolbar: [ 'heading', '|', 'bold', 'italic', 'link', 'bulletedList', 'numberedList', 'blockQuote', 'undo', 'redo' ]
toolbar: [ 'heading', '|', 'bold', 'italic', 'link', 'list:bulleted', 'list:numbered', 'blockQuote', 'undo', 'redo' ]
} )
.then( editor => {
console.log( `${ selector } has been initialized`, editor );
Expand Down
2 changes: 1 addition & 1 deletion tests/manual/tickets/4/1.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import ArticlePluginSet from '@ckeditor/ckeditor5-core/tests/_utils/articleplugi
InlineEditor
.create( document.querySelector( '#editor' ), {
plugins: [ ArticlePluginSet ],
toolbar: [ 'heading', '|', 'bold', 'italic', 'link', 'bulletedList', 'numberedList', 'blockQuote', 'undo', 'redo' ]
toolbar: [ 'heading', '|', 'bold', 'italic', 'link', 'list:bulleted', 'list:numbered', 'blockQuote', 'undo', 'redo' ]
} )
.then( editor => {
window.editor = editor;
Expand Down

0 comments on commit dc2abbf

Please sign in to comment.