Admin toolbar and config sync

This commit is contained in:
Rob Davies 2017-03-29 16:33:35 +01:00
parent 0e15467384
commit 53d6173a5f
27 changed files with 1803 additions and 1 deletions

View file

@ -14,7 +14,9 @@ $settings['container_yamls'][] = __DIR__ . '/services.yml';
* a local development environment, to insure that
* the site settings remain consistent.
*/
include __DIR__ . "/settings.pantheon.php";
if (file_exists(__DIR__ . '/settings.pantheon.php')) {
include __DIR__ . "/settings.pantheon.php";
}
$settings['install_profile'] = 'standard';