1 次代码提交 3c96daae82 ... bdfe624430

作者 SHA1 备注 提交日期
  bach bdfe624430 added dev service 4 年之前
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      web/sites/development.services.yml

+ 4 - 0
web/sites/development.services.yml

@@ -4,6 +4,10 @@
 # 'example.settings.local.php' file, which sits next to this file.
 parameters:
   http.response.debug_cacheability_headers: true
+  twig.config:
+    debug: true
+    cache: false
+    auto_reload: true
 services:
   cache.backend.null:
     class: Drupal\Core\Cache\NullBackendFactory