TinymceBundle
TinymceBundle copied to clipboard
Bundle for connecting TinyMCE (WYSIWYG editor) to your Symfony2 project
By setting elementpath to false, the statusbar does not contain the element path anymore but still the resize handles.
Hello, The JS file should not be present in the bundle, that's not a PHP dependency. You should use components/components or suggesting installation with bower.
Hi, can you update the class StfalconTinymceExtension Twig Extension with the following code, please... This can work with Symfony 6 too. use Environment ``` use Twig\Environment; ``` Insert 'needs_environment' =>...