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

Commit

Permalink
Docs: Added indent/outdent buttons. See ckeditor/ckeditor5#1844.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Oct 16, 2019
1 parent a3bf928 commit c564d18
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
12 changes: 0 additions & 12 deletions docs/_snippets/features/link.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,6 @@ ClassicEditor
.create( document.querySelector( '#snippet-link' ), {
cloudServices: CS_CONFIG,
toolbar: {
items: [
'heading',
'|',
'bold',
'italic',
'link',
'bulletedList',
'numberedList',
'blockQuote',
'undo',
'redo'
],
viewportTopOffset: window.getViewportTopOffsetConfig()
}
} )
Expand Down
12 changes: 0 additions & 12 deletions docs/_snippets/features/linkdecorators.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,6 @@ ClassicEditor
.create( document.querySelector( '#snippet-link-decorators' ), {
cloudServices: CS_CONFIG,
toolbar: {
items: [
'heading',
'|',
'bold',
'italic',
'link',
'bulletedList',
'numberedList',
'blockQuote',
'undo',
'redo'
],
viewportTopOffset: window.getViewportTopOffsetConfig()
},
link: {
Expand Down

0 comments on commit c564d18

Please sign in to comment.