mirror of
https://github.com/KevinMidboe/immich.git
synced 2026-02-19 06:39:21 +00:00
feat(server): Add week numbers for templating (#4263)
* add week numbers as template option * generate api * fix tests * change example date to show week padding * change example date to immich birthday
This commit is contained in:
@@ -7924,6 +7924,12 @@
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"weekOptions": {
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"yearOptions": {
|
||||
"items": {
|
||||
"type": "string"
|
||||
@@ -7934,6 +7940,7 @@
|
||||
"required": [
|
||||
"yearOptions",
|
||||
"monthOptions",
|
||||
"weekOptions",
|
||||
"dayOptions",
|
||||
"hourOptions",
|
||||
"minuteOptions",
|
||||
|
||||
Reference in New Issue
Block a user