Admin toolbar and config sync
This commit is contained in:
parent
0e15467384
commit
53d6173a5f
27 changed files with 1803 additions and 1 deletions
15
web/sites/default/services.pantheon.preproduction.yml
Normal file
15
web/sites/default/services.pantheon.preproduction.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
#
|
||||
# Rename this file to 'services.pantheon.preproduction.yml' and
|
||||
# modify to suit. It will then be loaded by settings.pantheon.php
|
||||
# on any dev or multidev environment (not on 'test' or 'live').
|
||||
#
|
||||
# If you would like to define any services or service parameters
|
||||
# that apply only to production environments ('test' and 'live'),
|
||||
# you may do so in a 'services.pantheon.production.yml' file.
|
||||
#
|
||||
# See 'default.services.yml' for information on useful settings to
|
||||
# put here.
|
||||
#
|
||||
parameters:
|
||||
twig.config:
|
||||
debug: true
|
Reference in a new issue