diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php index 319db29e68b6d4f45163d4125b3523c0120b2733..7fcda3182f1a39359d2fb64a70218c75e1436f8f 100644 --- a/sites/default/default.settings.php +++ b/sites/default/default.settings.php @@ -286,11 +286,16 @@ /** * Twig debugging: * - * 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 + * When debugging is enabled: + * - The markup of each Twig template is surrounded by HTML comments that + * 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. * * Not recommended in production environments (Default: FALSE). */