From 5d9643c850b3455205fc9292ccd5a1dc41aec399 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Tue, 16 Jan 2018 08:44:59 +0100 Subject: [PATCH] Fixed the default value for toolbar configuration --- reference/configuration/web_profiler.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/configuration/web_profiler.rst b/reference/configuration/web_profiler.rst index 0c1dfe492d0..9172e1721e7 100644 --- a/reference/configuration/web_profiler.rst +++ b/reference/configuration/web_profiler.rst @@ -21,7 +21,7 @@ Configuration toolbar ~~~~~~~ -**type**: ``boolean`` **default**: ``true`` +**type**: ``boolean`` **default**: ``false`` It enables and disables the toolbar entirely. Usually you set this to ``true`` in the ``dev`` and ``test`` environments and to ``false`` in the ``prod``