FOSCKEditorBundle
FOSCKEditorBundle copied to clipboard
Provides a CKEditor integration for your Symfony project.
The documentations says that when using Webpack: ``` # if you are using NPM as package manager $ npm install --save ckeditor4@^4.13.0 ``` Wouldn't be better: ``` $ npm install...
| Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Fixed tickets...
Ckeditor 5 ?
## Feature Request Hello guys, I was wondering if you planned to move to CKEditor 5 in a next release. Getting support on some CKEditor 4 plugins is becoming harder...
My simple form looks like this: ```php final class ContentType extends AbstractType { private RouterInterface $router; public function buildForm(FormBuilderInterface $builder, array $options): void { $builder->add('content', CKEditorType::class, [ 'label' => 'Treść',...
1) Open form  2) Open browser console 3) CKEDITOR.instances[textareaId].destroy(true); 4) Paste XSS  5) Submit 
Hi. Is there any interest to bump php version to ^7.4|^8.0" as supported Versions. https://php.watch/versions I could do the PR
The docu is not up to date. There is a blog post about this, but could not find it at quick search. https://symfony.com/doc/current/console/commands_as_services.html#console-command-service-lazy-loading https://github.com/symfony/console/blob/5.4/Command/Command.php I keept the 2 method calls...
The [documentation ](https://symfony.com/bundles/FOSCKEditorBundle/current/usage/loading.html#load-ckeditor-asynchronously) says that to load CKEditor asynchronously, we need "form_javascript" function from IvoryFormExtraBundle. However, IvoryFormExtraBundle is not compatible with symfony 4. Is there another way to load CKEditor...
Hi, I try to use this bundle with Symfony 4 and everything work in local but when I push on production on Heroku, the assets don't want to install. Please...
Hi there, I am using Symfony 5.2.4 and wanted to integrate the FOS CKEditor Bundle in my project. Unfortunately the command `php bin/console ckeditor:install` causes the following error: `There are...