From da0a325b6b607489ef911b0e16a3cc2563f39d7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Deruss=C3=A9?= Date: Fri, 7 Jun 2019 10:19:42 +0200 Subject: [PATCH] Recommend FOSCKE instead of Ivory WYSIWYG editor --- reference/forms/types/textarea.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/forms/types/textarea.rst b/reference/forms/types/textarea.rst index 5e0f70d967a..2e79fbdbc0d 100644 --- a/reference/forms/types/textarea.rst +++ b/reference/forms/types/textarea.rst @@ -35,7 +35,7 @@ Renders a ``textarea`` HTML element. .. tip:: If you prefer to use an **advanced WYSIWYG editor** instead of a plain - textarea, consider using the IvoryCKEditorBundle community bundle. Read + textarea, consider using the FOSCKEditorBundle community bundle. Read `its documentation`_ to learn how to integrate it in your Symfony application. Inherited Options @@ -79,4 +79,4 @@ The default value is ``''`` (the empty string). .. include:: /reference/forms/types/options/trim.rst.inc -.. _`its documentation`: https://symfony.com/doc/current/bundles/IvoryCKEditorBundle/index.html +.. _`its documentation`: https://symfony.com/doc/current/bundles/FOSCKEditorBundle/index.html