From 3814b9dd3b2dc138d4003d21198e1a15da37bf68 Mon Sep 17 00:00:00 2001 From: TravisCarden Date: Fri, 27 Jul 2018 09:01:16 -0500 Subject: [PATCH 1/2] Added comment to template/blt/blt.yml explaining where to find available properties. --- template/blt/blt.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/template/blt/blt.yml b/template/blt/blt.yml index 4f1a0b8f9..3add9679d 100644 --- a/template/blt/blt.yml +++ b/template/blt/blt.yml @@ -1,3 +1,6 @@ +# This file contains your BLT configuration. For a list of all available +# properties with current values run `blt config:dump`. + project: # Everyone: This will determine the the directory name of the new repository. # Dev Desktop users: this should match your local site name. @@ -36,7 +39,8 @@ drush: # - blted8 # no-overrides: 'true' -# An array of modules to be enabled or uninstalled automatically in local, ci, and deploy contexts. +# An array of modules to be enabled or uninstalled automatically in local, ci, +# and deploy contexts. modules: local: enable: From 6aa72139977806b1644ef17758d8d3aea0ce6de0 Mon Sep 17 00:00:00 2001 From: TravisCarden Date: Fri, 27 Jul 2018 10:51:05 -0500 Subject: [PATCH 2/2] Added note about where default values come from (ht. @lcatlett). --- template/blt/blt.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/template/blt/blt.yml b/template/blt/blt.yml index 3add9679d..f05decbca 100644 --- a/template/blt/blt.yml +++ b/template/blt/blt.yml @@ -1,5 +1,6 @@ # This file contains your BLT configuration. For a list of all available -# properties with current values run `blt config:dump`. +# properties with current values run `blt config:dump`. Defaults values come +# from vendor/acquia/blt/config/build.yml. project: # Everyone: This will determine the the directory name of the new repository.