Skip to content

Commit

Permalink
feat: add setting startModuleEnableLightweight
Browse files Browse the repository at this point in the history
  • Loading branch information
janhenrikoverland committed Oct 28, 2021
1 parent 465d746 commit 8eb1445
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/settingsCategories.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ export const categories = {
'localizedText',
'keyStyle',
'startModule',
'startModuleEnableLightweight',
'helpPageLink',
'keyFlag',
'keyUiLocale',
Expand Down
4 changes: 4 additions & 0 deletions src/settingsKeyMapping.js
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,10 @@ const settingsKeyMapping = {
type: 'dropdown',
source: 'startModules',
},
startModuleEnableLightweight: {
label: i18n.t('Enable light-weight start page'),
type: 'checkbox',
},
helpPageLink: {
label: i18n.t('Help page link'),
validators: ['relative_url'],
Expand Down

0 comments on commit 8eb1445

Please sign in to comment.