Dev settings
This commit is contained in:
parent
cd2b994c63
commit
86099b2963
|
@ -4,6 +4,13 @@
|
|||
# 'example.settings.local.php' file, which sits next to this file.
|
||||
parameters:
|
||||
http.response.debug_cacheability_headers: true
|
||||
twig.config:
|
||||
# Twig debugging.
|
||||
debug: true
|
||||
# Twig auto-reload.
|
||||
auto_reload: null
|
||||
# Twig cache.
|
||||
cache: false
|
||||
services:
|
||||
cache.backend.null:
|
||||
class: Drupal\Core\Cache\NullBackendFactory
|
||||
|
|
Reference in a new issue