Skip to content

Commit ad66fbc

Browse files
committed
minor #11694 Recommend FOSCKE instead of Ivory WYSIWYG editor (jderusse)
This PR was submitted for the master branch but it was merged into the 3.4 branch instead (closes #11694). Discussion ---------- Recommend FOSCKE instead of Ivory WYSIWYG editor The Bundle IvoryCKEditorBundle was abandoned, it documentation automatically redirect to "https://symfony.com/doc/current/bundles/FOSCKEditorBundle/index.html" and this documentation contains an article explaining how to migrate from Ivory to Fos. This PR fix Symfony Form documentation to point to FosCke instead of IvoryCke Commits ------- e908ab2 Recommend FOSCKE instead of Ivory WYSIWYG editor
2 parents 37b7a5e + e908ab2 commit ad66fbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/forms/types/textarea.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Renders a ``textarea`` HTML element.
3030
.. tip::
3131

3232
If you prefer to use an **advanced WYSIWYG editor** instead of a plain
33-
textarea, consider using the IvoryCKEditorBundle community bundle. Read
33+
textarea, consider using the FOSCKEditorBundle community bundle. Read
3434
`its documentation`_ to learn how to integrate it in your Symfony application.
3535

3636
Inherited Options
@@ -68,4 +68,4 @@ The default value is ``''`` (the empty string).
6868

6969
.. include:: /reference/forms/types/options/trim.rst.inc
7070

71-
.. _`its documentation`: https://symfony.com/doc/current/bundles/IvoryCKEditorBundle/index.html
71+
.. _`its documentation`: https://symfony.com/doc/current/bundles/FOSCKEditorBundle/index.html

0 commit comments

Comments
 (0)