From ee29bbe46ee2529a233e2c570c44b6a77d6f198e Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Mon, 7 May 2012 23:48:07 +0200 Subject: [PATCH] Updated settings docs. --- docs/settings.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/settings.txt b/docs/settings.txt index c541d2c..45b5bbe 100644 --- a/docs/settings.txt +++ b/docs/settings.txt @@ -28,6 +28,14 @@ The dotted Python path to the cache backend class. See A boolean, if enabled triggers the use of the CodeMirror based editor. Set to ``False`` by default. +``DBTEMPLATES_USE_TINYMCE`` +--------------------------- + +.. versionadded:: 1.3 + +A boolean, if enabled triggers the use of the TinyMCE based editor. +Set to ``False`` by default. + ``DBTEMPLATES_USE_REVERSION`` -----------------------------