From 1ce3eebee06896f1b1bb8ab6438cb8373111af20 Mon Sep 17 00:00:00 2001 From: Dries <dries@buytaert.net> Date: Wed, 27 Feb 2013 16:46:54 -0500 Subject: [PATCH] Issue #1855208 by bryanbraun, jessebeach: Added Toolbar tray needs to fix to top of screen on scroll. --- sites/default/default.settings.php | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php index 1356d79da990..4c1239ab2493 100644 --- a/sites/default/default.settings.php +++ b/sites/default/default.settings.php @@ -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). */ -- GitLab