Explorar o código

Internal: Added support for more formatting attributes.

Marek Lewandowski %!s(int64=6) %!d(string=hai) anos
pai
achega
d853e45e18

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

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