Global contants for default keys
This commit is contained in:
@@ -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',
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user