'react tinymce hpw to show only preview and print under file

I'm trying to create an application. Where I'm using tinymce as editor. In the file panel, I don;t want to show new document. Corrently it's rendering:

enter image description here

But I just want to render it with thse two options:

enter image description here

Can anyone help me with it?

Here is my related config:

plugins: 'print preview ...',
menubar: 'file edit ...',        

thanks.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source