Преглед изворни кода

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;