Adds backup functionality

This commit is contained in:
Alicia Sykes
2021-05-24 17:25:16 +01:00
parent 8ffbfb8123
commit 44b2594dfa
9 changed files with 150 additions and 16 deletions

View File

@@ -47,6 +47,8 @@ module.exports = {
CONF_SECTIONS: 'confSections',
PAGE_INFO: 'pageInfo',
APP_CONFIG: 'appConfig',
BACKUP_ID: 'backupId',
BACKUP_HASH: 'backupHash',
},
topLevelConfKeys: {
PAGE_INFO: 'pageInfo',
@@ -55,7 +57,7 @@ module.exports = {
},
toastedOptions: {
position: 'bottom-center',
duration: 2000,
duration: 2500,
keepOnHover: true,
className: 'toast-message',
iconPack: 'fontawesome',