Skip to content

Commit 5061238

Browse files
committed
minor #9064 Fixed the default value for toolbar configuration (nicosomb)
This PR was submitted for the 4.0 branch but it was merged into the 2.7 branch instead (closes #9064). Discussion ---------- Fixed the default value for toolbar configuration Because the below full default configuration shows that `toolbar` is set to `false`, we need to add consistence here. Commits ------- 1b78c34 Fixed the default value for toolbar configuration
2 parents 1713934 + 1b78c34 commit 5061238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/web_profiler.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Configuration
2323
toolbar
2424
~~~~~~~
2525

26-
**type**: ``boolean`` **default**: ``true``
26+
**type**: ``boolean`` **default**: ``false``
2727

2828
It enables and disables the toolbar entirely. Usually you set this to ``true``
2929
in the ``dev`` and ``test`` environments and to ``false`` in the ``prod``

0 commit comments

Comments
 (0)