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.
3232position
3333~~~~~~~~
3434
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+
3539**type **: ``string `` **default **: ``bottom ``
3640
3741It defines the location of the browser window where the toolbar is displayed.
@@ -79,10 +83,12 @@ Full Default Configuration
7983 # app/config/config.yml
8084 web_profiler :
8185 toolbar : false
82- position : bottom
8386 intercept_redirects : false
8487 excluded_ajax_paths : ^/bundles|^/_wdt
8588
89+ # DEPRECATED, it can be removed safely from your configuration
90+ position : bottom
91+
8692 # DEPRECATED, it can be removed safely from your configuration
8793 verbose : true
8894
You can’t perform that action at this time.
0 commit comments