Global contants for default keys

This commit is contained in:
Alicia Sykes
2021-04-16 15:36:30 +01:00
parent c5f630849f
commit 56f2ba4155
8 changed files with 60 additions and 25 deletions

View File

@@ -1,7 +1,13 @@
module.exports = {
pageInfo: {
title: 'Dashy',
description: '',
},
appConfig: {},
iconSize: 'medium',
layout: 'auto',
defaultTheme: 'default',
theme: 'default',
fontAwesomeKey: 'def7c3ce4c',
builtInThemes: [
'nord',
'nord-frost',
@@ -26,4 +32,11 @@ module.exports = {
settings: true,
footer: true,
},
localStorageKeys: {
HIDE_WELCOME_BANNER: 'hideWelcomeHelpers',
LAYOUT_ORIENTATION: 'layoutOrientation',
COLLAPSE_STATE: 'collapseState',
ICON_SIZE: 'iconSize',
THEME: 'theme',
},
};