Răsfoiți Sursa

Remove unnecessary description in docs.

Mateusz Samsel 6 ani în urmă
părinte
comite
fac32ec8e5
1 a modificat fișierele cu 0 adăugiri și 4 ștergeri
  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}.
  *