jodit
jodit copied to clipboard
Customizing font size and font family buttons to display selected size and font family
How to customize font size and font family buttons to display selected size and font family as it implemented in demo for pro version?
Or is it available only in Pro mode?
Instead of
I'd like to display
Hi, it just component option:
Jodit.make('#editor', {
controls: {
font: {
component: 'select'
}
}
});
It works!) Thanks you so much for bringing your attention to that.
Closed