I'm using TinyMCE 6.0.3 and the fontsizeselect option doesn't show. Here is my initialization:
tinymce.init({
selector: '#txtServiceDscr',
menubar: false,
toolbar: 'fontsizeselect | forecolor'
});
The forecolor option is visible, but fontsizeselect isn't:
... there are no errors in the console. Any ideas why this might be happening?