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

Internal: Added support for more formatting attributes.

Marek Lewandowski пре 6 година
родитељ
комит
d853e45e18
1 измењених фајлова са 3 додато и 0 уклоњено
  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'
 ];