Font family and size default list item shoudl leverage the config labels #2921
Labels
plugin:font
The plugin which probably causes the issue.
status:confirmed
An issue confirmed by the development team.
type:bug
A bug.
Type of report
Bug
Provide detailed reproduction steps (if any)
Version 4.8 for #584 added a stock "(Default)" label list item, which does not leverage the default labels provided in the config.
Expected result
I'd expect the config default label to be used.
Actual result
It is not used.
Other details
In the font plugin, instead of:
this:
defaultText = (defaultLabel || '(' + editor.lang.common.optionDefault + ')');
would be more appropriate.
The text was updated successfully, but these errors were encountered: