Installation
Make sure the bundle is enabled in the config/bundles.php file. The following lines should be added:
use Pimcore\Bundle\TinymceBundle\PimcoreTinymceBundle;
// ...
return [
// ...
PimcoreTinymceBundle::class => ['all' => true],
// ...
];
bin/console pimcore:bundle:install PimcoreTinymceBundle