diff --git a/src/fobi/contrib/plugins/form_elements/content/content_text/README.rst b/src/fobi/contrib/plugins/form_elements/content/content_text/README.rst index e7248238..11ee8167 100644 --- a/src/fobi/contrib/plugins/form_elements/content/content_text/README.rst +++ b/src/fobi/contrib/plugins/form_elements/content/content_text/README.rst @@ -31,9 +31,10 @@ Installation ``FOBI_PLUGIN_CONTENT_TEXT_`` to the desired variable name from the above mentioned ``defaults`` module. - By default the text field is stripped (using the awesome `bleach - `_ library. To configure the strip - behaviour, two settings are introduced: + By default the text field is stripped using the either the awesome `bleach + `_ library or if bleach is not installed + just Django's own `strip_tags` function. To configure the strip behaviour, + two settings are introduced: .. code-block:: text