aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAymeric Augustin2013-11-18 08:43:25 +0100
committerAymeric Augustin2013-11-18 08:43:40 +0100
commitefdd0ce313052dc390c0001b5dc8c56e888514d0 (patch)
tree99dd848bfe0b8fcae0f6f798aadfa96acbdef99f /docs
parent7697c93692cb251acec174e91431f6aa2b1ebce5 (diff)
downloaddjango-debug-toolbar-efdd0ce313052dc390c0001b5dc8c56e888514d0.tar.bz2
Add an option to collapse the toolbar by default.
Fix #258.
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/configuration.rst b/docs/configuration.rst
index 05500d9..eefa527 100644
--- a/docs/configuration.rst
+++ b/docs/configuration.rst
@@ -70,6 +70,12 @@ Toolbar options
toolbar with Angular.js, set this to ``'ng-non-bindable'`` or
``'class="ng-non-bindable"'``.
+* ``SHOW_COLLAPSED``
+
+ Default: ``False``
+
+ If changed to ``True``, the toolbar will be collapsed by default.
+
* ``SHOW_TOOLBAR_CALLBACK``
Default: ``None``