markdown 如何在Drupal 8中启用模板调试(带有模板建议的html注释)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 如何在Drupal 8中启用模板调试(带有模板建议的html注释)相关的知识,希望对你有一定的参考价值。

1.   Make sure your settings.local.php file contains `$settings['container_yamls'][] = __DIR__ . '/services.local.yml';`
2.   Copy the [settings.local.yml](https://snippets.cacher.io/snippet/dd4a5e559cd7b0ad9ae5) to /sites/default
# Important!

If in /admin/config/development/performance, the minify html box is checked, your debug comments get removed and you'll only see the html template suggestions, with none of the sub-template suggestions.

以上是关于markdown 如何在Drupal 8中启用模板调试(带有模板建议的html注释)的主要内容,如果未能解决你的问题,请参考以下文章

markdown 如何在Drupal模板中呈现现有块

markdown 将类添加到Drupal 8页面的body标记而不更改模板

markdown 以编程方式为Drupal 8中的错误页面(404等)设置自定义模板

markdown 将类添加到Drupal 8页面的body标记而不更改模板

markdown 以编程方式为Drupal 8中的错误页面(404等)设置自定义模板

markdown 如何使用Composer在Drupal 8中应用补丁