From b0208a9fdde63e7ff1bbf5de69a2d6dcee863cc5 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 27 Oct 2017 22:22:14 -0200 Subject: Drupal 8 config files --- share/drupal8/development.services.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 share/drupal8/development.services.yml (limited to 'share/drupal8/development.services.yml') diff --git a/share/drupal8/development.services.yml b/share/drupal8/development.services.yml new file mode 100644 index 0000000..d2857c6 --- /dev/null +++ b/share/drupal8/development.services.yml @@ -0,0 +1,9 @@ +# Local development services. +# +# To activate this feature, follow the instructions at the top of the +# 'example.settings.local.php' file, which sits next to this file. +parameters: + http.response.debug_cacheability_headers: true +services: + cache.backend.null: + class: Drupal\Core\Cache\NullBackendFactory -- cgit v1.2.3