From bdfe62443039bd1d1b50a845555d966fbdef5782 Mon Sep 17 00:00:00 2001 From: bach Date: Tue, 11 May 2021 14:51:17 +0200 Subject: [PATCH] added dev service --- web/sites/development.services.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/sites/development.services.yml b/web/sites/development.services.yml index d2857c66..219b7ce1 100644 --- a/web/sites/development.services.yml +++ b/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