Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add comment to blt.yml explaining where to find a list of available properties #2975

Merged
merged 2 commits into from
Jul 27, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion template/blt/blt.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# This file contains your BLT configuration. For a list of all available
# 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.
# Dev Desktop users: this should match your local site name.
Expand Down Expand Up @@ -36,7 +40,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:
Expand Down