sonata-project / SonataFormatterBundle

Symfony SonataFormatterBundle
https://docs.sonata-project.org/projects/SonataFormatterBundle
MIT License
81 stars 117 forks source link

is dependent on paid ckeditor, which is no anymore secure #798

Open mesiarm opened 1 month ago

mesiarm commented 1 month ago

https://forum.xwiki.org/t/cke-editor-warning-4-22-1-version-not-secure/14020

mesiarm commented 1 month ago

Temporary workaround https://github.com/django-ckeditor/django-ckeditor/issues/761

haivala commented 2 weeks ago

just set:

fos_ck_editor:
  configs:
    default:
      versionCheck: false
mesiarm commented 2 weeks ago

just set:

fos_ck_editor:
  configs:
    default:
      versionCheck: false

Thanks, maybe it´s time to talk about replacing ckeditor https://www.reddit.com/r/symfony/comments/1e46hsy/newer_wysywyg_replacement_for_fosckeditorbundle/

haivala commented 2 weeks ago

https://github.com/symfony/ux/pull/983 would be nice

OskarStark commented 2 weeks ago

I would say: PR welcome 😅

haivala commented 1 week ago

I think that problem is that there is so many options and (symfony/sonata) community has not come to conclusion which one to use. CKeditor was somehow special in that sense.