浏览代码

add Alignment plugin to list

Andrey Titovskiy 4 年之前
父节点
当前提交
116c10a19a
共有 1 个文件被更改,包括 2 次插入1 次删除
  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.