mirror of
https://github.com/mue/mue.git
synced 2026-07-03 05:03:19 +02:00
19 lines
403 B
JavaScript
19 lines
403 B
JavaScript
const DefaultOptions = {
|
|
installed: [],
|
|
language: 'en_GB',
|
|
toastDisplayTime: 2500,
|
|
fontstyle: 'normal',
|
|
fontweight: 400,
|
|
order: ["greeting", "time", "quicklinks", "quote", "date", "message"],
|
|
theme: 'auto',
|
|
experimental: false,
|
|
debugtimeout: 0,
|
|
offlineMode: false,
|
|
animations: true,
|
|
textBorder: 'new',
|
|
widgetStyle: 'new',
|
|
showWelcome: true
|
|
};
|
|
|
|
export default DefaultOptions;
|