diff --git a/reference/forms/types/textarea.rst b/reference/forms/types/textarea.rst index caa64a9f9c9..a4bcd2bf38d 100644 --- a/reference/forms/types/textarea.rst +++ b/reference/forms/types/textarea.rst @@ -28,6 +28,13 @@ Renders a ``textarea`` HTML element. | Class | :class:`Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType` | +-------------+------------------------------------------------------------------------+ +.. tip:: + + If you prefer to use an **advanced WYSIWYG editor** instead of a plain + textarea, consider using the IvoryCKEditorBundle community bundle. Read + `its documentation `_ + to learn how to integrate it in your Symfony application. + Inherited Options -----------------