8
0
Просмотр исходного кода

Remove unnecessary description in docs.

Mateusz Samsel 6 лет назад
Родитель
Сommit
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}.
  *