mirror of https://github.com/Lissy93/dashy.git
🗃️ Adds data key for widget local storage
This commit is contained in:
parent
490c8e73fa
commit
a0672c57d0
|
@ -101,6 +101,7 @@ module.exports = {
|
||||||
THEME: 'theme',
|
THEME: 'theme',
|
||||||
CUSTOM_COLORS: 'customColors',
|
CUSTOM_COLORS: 'customColors',
|
||||||
CONF_SECTIONS: 'confSections',
|
CONF_SECTIONS: 'confSections',
|
||||||
|
CONF_WIDGETS: 'confSections',
|
||||||
PAGE_INFO: 'pageInfo',
|
PAGE_INFO: 'pageInfo',
|
||||||
APP_CONFIG: 'appConfig',
|
APP_CONFIG: 'appConfig',
|
||||||
BACKUP_ID: 'backupId',
|
BACKUP_ID: 'backupId',
|
||||||
|
|
Loading…
Reference in New Issue