TinymceBundle
TinymceBundle copied to clipboard
Bundle for connecting TinyMCE (WYSIWYG editor) to your Symfony2 project
Hi! Env: Symfony 4.4.3, PHP 7.3.13, stfalcon/tinymce-bundle v2.5.0 Profiler notify about `The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "stfalcon_tinymce" configuration is deprecated since Symfony 4.3, pass the root name to the...
Hi, When I want to paste only some tags when pasting text from Word(Microsoft office or Libre Office) I use `paste_word_valid_elements: 'i,em'` as mentioned in the [docs](https://www.tiny.cloud/docs/plugins/paste/#paste_word_valid_elements) : ```YAML parameters:...
Hi all, In order to correctly use the `selector` parameter. This is particularly important when dealing with the `inline` attribute, which enforces to replace textarea with a div (or something...
When using Twig from CLI there is of course no request in the stack and this causes a null reference issue. This PR fixes the issue.
I have the problem described in the resolved and closed issue #227 but the solution (PR #234) was merged in the version 2.4. As the lastest version with a PHP...
Hello. I use script from readme to init TinyMCE for dynamically loaded elements: `jQuery(document).ready(function() { $('form').on('sonata.add_element', function(){ initTinyMCE(); }); });` But I got error in browser console: `Uncaught TypeError: textarea.tinymce...
On Packagist there is a release 2.5.0 (https://packagist.org/packages/stfalcon/tinymce-bundle#v2.5.0) but it's not here on github. It does not work on Symfony 3.4 (3.4.36) `Uncaught Symfony\Component\Debug\Exception\UndefinedMethodException: Attempted to call an undefined method...
I have a odd request. Could you merge down master to 2.x branch OR remove the 2.x branch. The 2.x branch still has dependencies on symfony/symfony which is a blocker...
Hi, We are using your bundle in a project and would like to be able to use the image_list option but I can't seem to make it work. I send...
Hello, Firstly, thank you for this bundle 👍 Secondly, I would like add in the same page, 2 textarea with 2 different config. For the first for exemple I need...