This repository has been archived on 2024-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
frontend/src/models/taskRepeatModes.json
kolaente 4ed5d1e8fe
All checks were successful
continuous-integration/drone/push Build is passing
Add repeat mode setting for tasks
See vikunja/api#834
2021-04-14 10:24:07 +02:00

5 lines
94 B
JSON

{
"REPEAT_MODE_DEFAULT": 0,
"REPEAT_MODE_MONTH": 1,
"REPEAT_MODE_FROM_CURRENT_DATE": 2
}