We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 676f376 commit 6126711Copy full SHA for 6126711
reference/forms/types/textarea.rst
@@ -28,6 +28,13 @@ Renders a ``textarea`` HTML element.
28
| Class | :class:`Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType` |
29
+-------------+------------------------------------------------------------------------+
30
31
+.. tip::
32
+
33
+ If you prefer to use an **advanced WYSIWYG editor** instead of a plain
34
+ textarea, consider using the IvoryCKEditorBundle community bundle. Read
35
+ `its documentation <https://symfony.com/doc/current/bundles/IvoryCKEditorBundle/index.html>`_
36
+ to learn how to integrate it in your Symfony application.
37
38
Inherited Options
39
-----------------
40
0 commit comments