Skip to content
Snippets Groups Projects
Commit 1ce3eebe authored by Dries Buytaert's avatar Dries Buytaert
Browse files

Issue #1855208 by bryanbraun, jessebeach: Added Toolbar tray needs to fix to...

Issue #1855208 by bryanbraun, jessebeach: Added Toolbar tray needs to fix to top of screen on scroll.
parent 8782b43e
No related branches found
No related tags found
No related merge requests found
......@@ -286,16 +286,11 @@
/**
* Twig debugging:
*
* When debugging is enabled:
* - The markup of each Twig template is surrounded by HTML comments which
* contain theming information such as template file name suggestions.
* - The 'dump' function can be used in Twig templates to output information
* about template variables.
* - Twig templates are automatically recompiled whenever the source code
* changes (see twig_auto_reload below).
*
* For more information about debugging Twig templates, see
* http://drupal.org/node/1906392.
* When enabled, you can use the 'dump' function in Twig templates to output
* information about variables, and templates are automatically recompiled
* whenever the source code changes.
*
* @see http://drupal.org/node/1906392
*
* Not recommended in production environments (Default: FALSE).
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment