瀏覽代碼

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

Piotrek Koszuliński 8 年之前
父節點
當前提交
62b13d9c71
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-heading/docs/_snippets/custom-heading-levels.js

+ 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' ]
 		},