From 80b975d6ae3487a4f8a01dd2498d5f49be9a6f64 Mon Sep 17 00:00:00 2001 From: Michael Priest Date: Wed, 6 Sep 2017 11:19:43 +0930 Subject: [PATCH] Create config files from default config files. Include settings.local.php. --- composer.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/composer.json b/composer.json index 2ceff37..1a8c7bd 100644 --- a/composer.json +++ b/composer.json @@ -56,6 +56,15 @@ "web/profiles/contrib/{$name}": ["type:drupal-profile"], "web/themes/contrib/{$name}": ["type:drupal-theme"], "drush/contrib/{$name}": ["type:drupal-drush"] + }, + "drupal-scaffold": { + "includes": [ + "sites/default/settings.local.php" + ], + "initial": { + "sites/default/default.services.yml": "sites/default/services.yml", + "sites/default/default.settings.php": "sites/default/settings.php" + } } } }