|
@@ -17,6 +17,9 @@ import fontBackgroundColorIcon from '../../theme/icons/font-background.svg';
|
|
|
* @extends module:core/plugin~Plugin
|
|
* @extends module:core/plugin~Plugin
|
|
|
*/
|
|
*/
|
|
|
export default class FontBackgroundColorUI extends ColorUI {
|
|
export default class FontBackgroundColorUI extends ColorUI {
|
|
|
|
|
+ /**
|
|
|
|
|
+ * @inheritDoc
|
|
|
|
|
+ */
|
|
|
constructor( editor ) {
|
|
constructor( editor ) {
|
|
|
const t = editor.locale.t;
|
|
const t = editor.locale.t;
|
|
|
|
|
|