From bae4e1477a0ebc4442e25ac3a5d1328abf105c5e Mon Sep 17 00:00:00 2001 From: Artur Barseghyan Date: Mon, 7 Nov 2016 22:48:33 +0100 Subject: [PATCH] readme update --- .../plugins/form_elements/content/content_text/README.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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