Przeglądaj źródła

Internal: Added support for more formatting attributes.

Marek Lewandowski 6 lat temu
rodzic
commit
d853e45e18

+ 3 - 0
packages/ckeditor5-remove-format/src/removeformatcommand.js

@@ -18,6 +18,9 @@ const removedAttributes = [
 	'code',
 	'subscript',
 	'superscript',
+	'fontSize',
+	'fontFamily',
+	'alignment',
 	'highlight'
 ];