✨(feat) Migrate to CKEditor 5 + allow back Php7.4#260
✨(feat) Migrate to CKEditor 5 + allow back Php7.4#260floviolleau wants to merge 8 commits intoFriendsOfSymfony:2.xfrom
Conversation
|
Related issue: #242 |
|
@floviolleau Thanks for working on this. Could you please resolve the conflicts and give us an update of your plans (remaining tasks) ? |
|
Hi @Chris53897, I fixed the conflicts. The remaining tasks are in the first message and still pending. I have a basic usage of ckeditor5 so for now I didn't implemented plugins and other stuffs. My PR is still pending since last year, nobody maintain this project so I implement what I need for now :). Feel free to enhance my MR. I made #272 for php8 |
|
This PR really scares me regarding #242 (comment) Would it be possible to make ckeditor5 optional? |
|
Hi, Ckeditor is OK if your are on GPL. Make ckeditor5 optional is some work because logic to retrieve and do configuration is different as well the rendering. I will think about it but it can be better if the maintainer is still here to guide developments and at least approve PR |
|
I released standalone integration designed especially for CKEditor 5. It's actively maintained and up to date with all CKE5 features and various distribution modes. https://github.com/Mati365/ckeditor5-symfony
|

Hi,
This is a full rewrite to make it working with ckeditor 5.
Because I still use Symfony 5.4 and Php 7.4, I allowed to install with Php 7.4
Here is an example of configuration:
Remaining tasks: