Skip to content
Permalink
6f4c7449d0
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
8 lines (6 sloc) 334 Bytes
# Define default landing page. Can be "introduction" or "feature_selection"
WILSON_LANDING_PAGE={{ "WILSON_LANDING_PAGE"|env("introduction") }}
# Define width of the side panel
WILSON_SIDEPANELWIDTH={{ "WILSON_SIDEPANELWIDTH"|env("2") }}
# Define with of the main panel
WILSON_MAINPANELWIDTH={{ "WILSON_MAINPANELWIDTH"|env("10") }}