Skip to content

Commit

Permalink
Merge pull request #900 from dhis2/feat/landing-page
Browse files Browse the repository at this point in the history
feat: add setting startModuleEnableLightweight (DHIS2-12060)
  • Loading branch information
janhenrikoverland authored Oct 29, 2021
2 parents 465d746 + 8eb1445 commit ce3e62d
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 ce3e62d

Please sign in to comment.