Bladeren bron

Disabled the new option in MT for pressets.

Kamil Piechaczek 5 jaren geleden
bovenliggende
commit
23de2c1e59
1 gewijzigde bestanden met toevoegingen van 1 en 4 verwijderingen
  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 ],
 		plugins: [ ArticlePluginSet, FontSize ],
 		toolbar: [
 		toolbar: [
 			'heading', '|', 'fontSize', 'bold', 'italic', 'link', 'bulletedList', 'numberedList', 'blockQuote', 'undo', 'redo'
 			'heading', '|', 'fontSize', 'bold', 'italic', 'link', 'bulletedList', 'numberedList', 'blockQuote', 'undo', 'redo'
-		],
-		fontSize: {
-			disableValueMatching: true
-		}
+		]
 	} )
 	} )
 	.then( editor => {
 	.then( editor => {
 		window.editor = editor;
 		window.editor = editor;