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: * Twig debugging:
* *
* When debugging is enabled: * When enabled, you can use the 'dump' function in Twig templates to output
* - The markup of each Twig template is surrounded by HTML comments which * information about variables, and templates are automatically recompiled
* contain theming information such as template file name suggestions. * whenever the source code changes.
* - 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 * @see http://drupal.org/node/1906392
* http://drupal.org/node/1906392.
* *
* Not recommended in production environments (Default: FALSE). * Not recommended in production environments (Default: FALSE).
*/ */