// Visit https://ckeditor.com/docs/ckeditor5/latest/features/index.html to browse all the features. CKEDITOR.ClassicEditor.create(document.getElementById("editor"), { // https://ckeditor.com/docs/ckeditor5/latest/features/toolbar/toolbar.html#extended-toolbar-configuration-format toolbar: { items: [ 'heading', '|', 'bold', 'italic', 'strikethrough', 'underline','link','fontFamily', '|', 'bulletedList', 'numberedList', 'todoList', '|', 'outdent', 'indent', '|', 'undo', 'redo', '-', 'alignment', '|', 'link', 'insertImage', 'blockQuote', '|', ], // shouldNotGroupWhenFull: true }, // Changing the language of the interface requires loading the language file using the