diff --git a/source/import_documentation/Widgets/Reference.rst b/source/import_documentation/Widgets/Reference.rst
index a402e39f3bba8e103494cf17536eeef7454010e0..5fecd66a874410e1120cb7e9350965396a993cb8 100644
--- a/source/import_documentation/Widgets/Reference.rst
+++ b/source/import_documentation/Widgets/Reference.rst
@@ -1,5 +1,5 @@
 Widgets API Reference
-==================
+=====================
 
 Widgets are created at the moment you ask for it for the first time.
 The name of the widget is analyzed to build a widget which uses the features and template you want.
@@ -37,6 +37,7 @@ A widget is built like this.
 
       -  ``text``: set ``value`` in an ``<input>`` of type ``text``
       -  ``textarea``: set ``value`` in a ``<textarea>``
+      -  ``richtext``: set ``value`` in an ``<div>`` and initialize a rich text editor by using ``Quill``.
       -  ``checkbox``: create a checkbox, which is checked if ``value == true``
       -  ``date``: set ``value`` in an ``<input>`` of type ``date``
       -  ``rangedate``: set 2 values in 2 ``<input>`` of type ``date``. Used for filtering with min and max.