Przeglądaj źródła

add Alignment plugin to list

Andrey Titovskiy 4 lat temu
rodzic
commit
116c10a19a
1 zmienionych plików z 2 dodań i 1 usunięć
  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.