Explorar el Código

add Alignment plugin to list

Andrey Titovskiy hace 4 años
padre
commit
116c10a19a
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/ckeditor.js

+ 2 - 1
src/ckeditor.js

@@ -68,7 +68,8 @@ ClassicEditor.builtinPlugins = [
     TableToolbar,
     TextTransformation,
     FontColor,
-    FontBackgroundColor
+    FontBackgroundColor,
+    Alignment
 ];
 
 // Editor configuration.