Skip to content

Commit 73c0804

Browse files
feat: add openFilesInNewTab web config option
1 parent 97a6a98 commit 73c0804

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

services/web/pkg/config/options.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ type Options struct {
77
FeedbackLink *FeedbackLink `json:"feedbackLink,omitempty" yaml:"feedbackLink"`
88
RunningOnEOS bool `json:"runningOnEos,omitempty" yaml:"runningOnEos" env:"WEB_OPTION_RUNNING_ON_EOS" desc:"Set this option to 'true' if running on an EOS storage backend (https://eos-web.web.cern.ch/eos-web/) to enable its specific features. Defaults to 'false'." introductionVersion:"1.0.0"`
99
CernFeatures bool `json:"cernFeatures,omitempty" yaml:"cernFeatures"`
10+
OpenFilesInNewTab bool `json:"openFilesInNewTab,omitempty" yaml:"openFilesInNewTab" env:"WEB_OPTION_OPEN_FILES_IN_NEW_TAB" desc:"Set this option to 'true' to open files in a new browser tab instead of navigating in the same tab. Defaults to 'false'." introductionVersion:"5.3.0"`
1011
Upload *Upload `json:"upload,omitempty" yaml:"upload"`
1112
Editor *Editor `json:"editor,omitempty" yaml:"editor"`
1213
ContextHelpersReadMore bool `json:"contextHelpersReadMore,omitempty" yaml:"contextHelpersReadMore" env:"WEB_OPTION_CONTEXTHELPERS_READ_MORE" desc:"Specifies whether the 'Read more' link should be displayed or not." introductionVersion:"1.0.0"`

0 commit comments

Comments
 (0)