diff --git a/docs/_snippets/custom-heading-levels.js b/docs/_snippets/custom-heading-levels.js index 693e608..1def56a 100644 --- a/docs/_snippets/custom-heading-levels.js +++ b/docs/_snippets/custom-heading-levels.js @@ -12,7 +12,7 @@ import ArticlePreset from '@ckeditor/ckeditor5-presets/src/article'; ClassicEditor .create( document.querySelector( '#snippet-custom-heading-levels' ), { plugins: [ ArticlePreset ], - toolbar: [ 'headings', 'bold', 'italic', 'link', 'unlink', 'bulletedList', 'numberedList', 'blockQuote', 'undo', 'redo' ], + toolbar: [ 'headings', 'bold', 'italic', 'link', 'bulletedList', 'numberedList', 'blockQuote', 'undo', 'redo' ], image: { toolbar: [ 'imageStyleFull', 'imageStyleSide', '|', 'imageTextAlternative' ] },