module.exports = { pageInfo: { title: 'Dashy', description: '', navLinks: [ { title: 'Home', path: '/' }, { title: 'Source', path: 'https://github.com/Lissy93/dashy' }, ], footerText: '', }, appConfig: {}, iconSize: 'medium', layout: 'auto', theme: 'default', fontAwesomeKey: '0821c65656', builtInThemes: [ 'nord', 'nord-frost', 'callisto', 'thebe', 'dracula', 'material', 'material-dark', 'minimal-dark', 'minimal-light', 'material-2', 'colorful', 'matrix', 'matrix-red', 'hacker-girl', 'bee', 'raspberry-jam', 'tiger', 'high-contrast-dark', 'high-contrast-light', ], visibleComponents: { pageTitle: true, navigation: true, searchBar: true, settings: true, footer: true, }, localStorageKeys: { HIDE_WELCOME_BANNER: 'hideWelcomeHelpers', LAYOUT_ORIENTATION: 'layoutOrientation', COLLAPSE_STATE: 'collapseState', ICON_SIZE: 'iconSize', THEME: 'theme', CONF_SECTIONS: 'confSections', PAGE_INFO: 'pageInfo', APP_CONFIG: 'appConfig', BACKUP_ID: 'backupId', BACKUP_HASH: 'backupHash', }, modalNames: { CONF_EDITOR: 'CONF_EDITOR', CLOUD_BACKUP: 'CLOUD_BACKUP', }, topLevelConfKeys: { PAGE_INFO: 'pageInfo', APP_CONFIG: 'appConfig', SECTIONS: 'sections', }, toastedOptions: { position: 'bottom-center', duration: 2500, keepOnHover: true, className: 'toast-message', iconPack: 'fontawesome', }, backupEndpoint: 'https://dashy-sync-service.as93.net', };