瀏覽代碼

Disabled the new option in MT for pressets.

Kamil Piechaczek 5 年之前
父節點
當前提交
23de2c1e59
共有 1 個文件被更改,包括 1 次插入4 次删除
  1. 1 4
      packages/ckeditor5-font/tests/manual/font-size-presets.js

+ 1 - 4
packages/ckeditor5-font/tests/manual/font-size-presets.js

@@ -14,10 +14,7 @@ ClassicEditor
 		plugins: [ ArticlePluginSet, FontSize ],
 		toolbar: [
 			'heading', '|', 'fontSize', 'bold', 'italic', 'link', 'bulletedList', 'numberedList', 'blockQuote', 'undo', 'redo'
-		],
-		fontSize: {
-			disableValueMatching: true
-		}
+		]
 	} )
 	.then( editor => {
 		window.editor = editor;