Magento 2 – Enable other options in TinyMCE

Create plugin of Wysiwyg configuration file in your module

etc/di.xml

XML

Now create plugin class in your module: 

Company/Module_Name/Plugin/Config.php

PHP