1
0

Add setting for first day of the week

This commit is contained in:
kolaente
2021-06-03 18:11:44 +02:00
parent fc5703ac8c
commit 78a206c818
7 changed files with 61 additions and 0 deletions

View File

@ -8579,6 +8579,10 @@ var doc = `{
"overdue_tasks_reminders_enabled": {
"description": "If enabled, the user will get an email for their overdue tasks each morning.",
"type": "boolean"
},
"week_start": {
"description": "The day when the week starts for this user. 0 = sunday, 1 = monday, etc.",
"type": "integer"
}
}
},