FOSCKEditorBundle icon indicating copy to clipboard operation
FOSCKEditorBundle copied to clipboard

Provides a CKEditor integration for your Symfony project.

Results 42 FOSCKEditorBundle issues
Sort by recently updated
recently updated
newest added

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

## 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 ![изображение](https://user-images.githubusercontent.com/18642618/60621939-bf0fca00-9de7-11e9-9847-df25a214bbf5.png) 2) Open browser console 3) CKEDITOR.instances[textareaId].destroy(true); 4) Paste XSS ![изображение](https://user-images.githubusercontent.com/18642618/60622029-f8483a00-9de7-11e9-8faf-0568b7bf1dd6.png) 5) Submit ![изображение](https://user-images.githubusercontent.com/18642618/60622067-11e98180-9de8-11e9-9480-0f16f5c59146.png)

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