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
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -286,16 +286,11 @@ ...@@ -286,16 +286,11 @@
/** /**
* 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. * @see http://drupal.org/node/1906392
* - 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.
* *
* Not recommended in production environments (Default: FALSE). * Not recommended in production environments (Default: FALSE).
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment