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.
|
# 'example.settings.local.php' file, which sits next to this file.
|
||||||
parameters:
|
parameters:
|
||||||
http.response.debug_cacheability_headers: true
|
http.response.debug_cacheability_headers: true
|
||||||
|
twig.config:
|
||||||
|
# Twig debugging.
|
||||||
|
debug: true
|
||||||
|
# Twig auto-reload.
|
||||||
|
auto_reload: null
|
||||||
|
# Twig cache.
|
||||||
|
cache: false
|
||||||
services:
|
services:
|
||||||
cache.backend.null:
|
cache.backend.null:
|
||||||
class: Drupal\Core\Cache\NullBackendFactory
|
class: Drupal\Core\Cache\NullBackendFactory
|
||||||
|
|
Reference in a new issue