Created
February 24, 2017 16:19
-
-
Save balsama/ccbcec4d3d8b829c8d1d9ddfe03c7d2c to your computer and use it in GitHub Desktop.
Defines additional tasks for Lightning to perform during and after site installation.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Defines additional tasks for Lightning to perform during and after site | |
# installation. Place this file in your Site Path (e.g. /sites/default or | |
# /sites/SITENAME) or /sites/all directory for it to take effect. | |
# List of lightning Extensions enabled when Lightning is installed. The presence | |
# of this key will disable the Lightning Select Extensions form. If you want to | |
# allow users to choose which Lightning Extensions should be enabled during | |
# installation, comment out the following lines. | |
lightning_extensions: | |
- lightning_workflow | |
- lightning_layout | |
- lightning_media | |
# - lightning_preview | |
# List of additional modules to enable after Lightning is installed. | |
modules: [] | |
# In the components key of their info file, Lightning components may list | |
# additional sub-components to be installed. To override this behavior, you can | |
# specify sub-components that should be excluded from the install process. | |
exclude_components: [] | |
# A system path to redirect to once installation is complete. | |
redirect: | |
path: '' | |
# Additional options to pass to the URL generator. | |
options: { } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment