This commit is contained in:
2022-03-02 19:34:18 +00:00
parent 8926fdae77
commit e370d13829

View File

@@ -140,7 +140,7 @@ export default {
singleOnly: false, singleOnly: false,
settings: { settings: {
customTitle: null, customTitle: null,
timeSpan: "*thismonth*", timeSpan: "*thisyear*",
interval: "day", interval: "day",
wotags: [], wotags: [],
wotagsany: true, wotagsany: true,
@@ -158,12 +158,12 @@ export default {
singleOnly: false, singleOnly: false,
settings: { settings: {
customTitle: null, customTitle: null,
timeSpan: "*thismonth*", timeSpan: "*thisyear*",
wotags: [], wotags: [],
wotagsany: true, wotagsany: true,
woitemtags: [], woitemtags: [],
woitemtagsany: true, woitemtagsany: true,
interval: "day", interval: "month",
color: "#00205B" color: "#00205B"
} }
}, },