forked from acquia/lightning
-
Notifications
You must be signed in to change notification settings - Fork 0
/
lightning.extend.yml
27 lines (23 loc) · 1.07 KB
/
lightning.extend.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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: { }