TinymceBundle icon indicating copy to clipboard operation
TinymceBundle copied to clipboard

Bundle for connecting TinyMCE (WYSIWYG editor) to your Symfony2 project

Results 33 TinymceBundle issues
Sort by recently updated
recently updated
newest added

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.

Todo

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' =>...