Parcourir la source

Other: Removed the Unlink button from the toolbar (see ckeditor/ckeditor5-link#52).

Piotrek Koszuliński il y a 8 ans
Parent
commit
62b13d9c71

+ 1 - 1
packages/ckeditor5-heading/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' ]
 		},