Skip to content

Commit

Permalink
adding docs for RICHTEXT_FILTER setting
Browse files Browse the repository at this point in the history
  • Loading branch information
onelson committed Jun 8, 2011
1 parent 4b3677d commit b737d3c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/settings.rst
Expand Up @@ -203,6 +203,16 @@ Dotted package path and class name of the widget to use for the ``RichTextField`

Default: ``'mezzanine.core.forms.TinyMceWidget'``


``RICHTEXT_FILTER``
-------------------------

Dotted path to the function to call on a ``RichTextField`` value before it is
rendered to the template.

Default: ``None``


``SEARCH_MAX_PAGING_LINKS``
---------------------------

Expand Down Expand Up @@ -264,4 +274,4 @@ Default: ``''``

If ``True``, the south application will be automatically added to the ``INSTALLED_APPS`` setting.

Default: ``False``
Default: ``False``

0 comments on commit b737d3c

Please sign in to comment.