Przeglądaj źródła

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

Maciej Gołaszewski 6 lat temu
rodzic
commit
30b31e6677
1 zmienionych plików z 2 dodań i 0 usunięć
  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}.