Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 636 Bytes

web_profiler.rst

File metadata and controls

22 lines (15 loc) · 636 Bytes
.. index::
   single: Configuration Reference; WebProfiler

WebProfilerBundle Configuration

Full Default Configuration

.. configuration-block::

    .. code-block:: yaml

        web_profiler:

            # DEPRECATED, it is not useful anymore and can be removed safely from your configuration
            verbose:              true

            # display the web debug toolbar at the bottom of pages with a summary of profiler info
            toolbar:              false
            position:             bottom
            intercept_redirects:  false