KMSFroalaEditorBundle icon indicating copy to clipboard operation
KMSFroalaEditorBundle copied to clipboard

Symfony bundle for Froala WYSIWYG HTML Rich Text Editor.

Results 11 KMSFroalaEditorBundle issues
Sort by recently updated
recently updated
newest added

Hello, Is there any timeframe by any chance when it will support the versions ? Regards,

Hello, I wonder if there is not a bug when using the customJS parameter In the file "src / Resources / views / Form / froala_widget.html.twig" line 51 Shouldn't we...

Hi, I'm wondering why version 4.0.0 has been tagged with this change? https://github.com/froala/KMSFroalaEditorBundle/commit/7e6856fcaf2b14933ad66e49a6e62562bd7e735e The version number in the command is only an example, not the real value which will be...

I'm using Symfony 4 & Webpack. Installed per instructions and am getting the above error in the browser's console. The following statement is throwing the error: ``` $( document ).ready(...

bug
question

I think about to use this bundle for my projects. BUT - I wonder if there will be multiple includes of this css and js files: ``` {# CSS. #}...

Hello guys, When I click on `getPdf` button this seems to do nothing, I enabled all plugins especially the `print` plugin but it does nothing. This is the same for...

Hello, Can I upload an image to Filestack like on S3 ?

Hi Just installed your bundle. I've add configuration, add froala to form (a form field type). And have error `$(...).froalaEditor is not a function`. `froala_editor.min.js` loaded also. What could be...

bug

Hello, On a symfony 3.4 with KMS Froala 2.9.8 i'm tring to use Twig : https://codemirror.net/mode/twig/index.html ``` $builder->add('twigContent', FroalaEditorType::class, array('codeMirrorOptions' => array( 'indentWithTabs' => true, 'lineNumbers' => true, 'lineWrapping' =>...