File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,11 @@ Configuration
42
42
* `assets_version `_
43
43
* `assets_version_format `_
44
44
* `profiler `_
45
+ <<<<<<< HEAD
45
46
* `collect `_
47
+ =======
48
+ * `enabled `_
49
+ >>>>>>> 2.2
46
50
47
51
secret
48
52
~~~~~~
@@ -389,6 +393,18 @@ would be ``/images/logo.png?version=5``.
389
393
profiler
390
394
~~~~~~~~
391
395
396
+ .. versionadded :: 2.2
397
+ The ``enabled `` option was added in Symfony 2.2. Previously, the profiler
398
+ could only be disabled by omitting the ``framework.profiler `` configuration
399
+ entirely.
400
+
401
+ enabled
402
+ .......
403
+
404
+ **default **: ``true `` in the ``dev `` and ``test `` environments
405
+
406
+ The profiler can be disabled by setting this key to ``false ``.
407
+
392
408
.. versionadded :: 2.3
393
409
394
410
The ``collect `` option is new in Symfony 2.3. Previously, when ``profiler.enabled ``
You can’t perform that action at this time.
0 commit comments