소스 검색

Add links to font color plugins into the docs of the Font feature.

Maciej Gołaszewski 6 년 전
부모
커밋
30b31e6677
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      packages/ckeditor5-font/src/font.js

+ 2 - 0
packages/ckeditor5-font/src/font.js

@@ -19,6 +19,8 @@ import FontBackgroundColor from './fontbackgroundcolor';
  *
  * * {@link module:font/fontsize~FontSize},
  * * {@link module:font/fontfamily~FontFamily}.
+ * * {@link module:font/fontcolor~FontColor},
+ * * {@link module:font/fontbackgroundcolor~FontBackgroundColor}.
  *
  * For a detailed overview, check the {@glink features/font Font feature} documentation
  * and the {@glink api/font package page}.