瀏覽代碼

Remove unnecessary description in docs.

Mateusz Samsel 6 年之前
父節點
當前提交
fac32ec8e5
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      packages/ckeditor5-font/src/ui/colorui.js

+ 0 - 4
packages/ckeditor5-font/src/ui/colorui.js

@@ -18,10 +18,6 @@ import {
 /**
  * The color UI plugin which isolates the common logic responsible for displaying dropdowns with color grids.
  *
- * In case that `documentColors` for given plugins are not defined in the configuration,
- * then by default its value equals to its `column` value. This results with
- * displaying one row of document colors.
- *
  * It is used to create the `'fontBackgroundColor'` and `'fontColor'` dropdowns, each hosting
  * a {@link module:font/ui/colortableview~ColorTableView}.
  *