소스 검색

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.