mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-05-11 14:23:09 +00:00
readme update
This commit is contained in:
parent
8e937ab0f5
commit
bae4e1477a
1 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
<https://bleach.readthedocs.io/>`_ library. To configure the strip
|
||||
behaviour, two settings are introduced:
|
||||
By default the text field is stripped using the either the awesome `bleach
|
||||
<https://bleach.readthedocs.io/>`_ 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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue