Browse Source

added dev service

bach 3 years ago
parent
commit
bdfe624430
1 changed files with 4 additions and 0 deletions
  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