Explorar el Código

Internal: Added support for more formatting attributes.

Marek Lewandowski hace 6 años
padre
commit
d853e45e18
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      packages/ckeditor5-remove-format/src/removeformatcommand.js

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

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