File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,10 @@ environment.
32
32
position
33
33
~~~~~~~~
34
34
35
+ .. versionadded :: 3.4
36
+ The ``position `` option was deprecated in Symfony 3.4 and it will be removed
37
+ in Symfony 4.0, where the toolbar is always displayed in the ``bottom `` position.
38
+
35
39
**type **: ``string `` **default **: ``bottom ``
36
40
37
41
It defines the location of the browser window where the toolbar is displayed.
@@ -79,10 +83,12 @@ Full Default Configuration
79
83
# app/config/config.yml
80
84
web_profiler :
81
85
toolbar : false
82
- position : bottom
83
86
intercept_redirects : false
84
87
excluded_ajax_paths : ^/bundles|^/_wdt
85
88
89
+ # DEPRECATED, it can be removed safely from your configuration
90
+ position : bottom
91
+
86
92
# DEPRECATED, it can be removed safely from your configuration
87
93
verbose : true
88
94
You can’t perform that action at this time.
0 commit comments