Issue #1855208 by bryanbraun, jessebeach: Added Toolbar tray needs to fix to top of screen on scroll.

8.0.x
Dries 2013-02-27 16:46:54 -05:00
parent 8782b43ec2
commit 1ce3eebee0
1 changed files with 4 additions and 9 deletions

View File

@ -286,16 +286,11 @@ $settings['update_free_access'] = FALSE;
/**
* 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).
* 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.
*
* For more information about debugging Twig templates, see
* http://drupal.org/node/1906392.
* @see http://drupal.org/node/1906392
*
* Not recommended in production environments (Default: FALSE).
*/