mirror of
https://github.com/immich-app/immich.git
synced 2025-05-31 20:25:32 -04:00
feat(server): added additional storage template preset (#1903)
This commit is contained in:
parent
434c1a0f20
commit
aef5a48fc6
@ -17,6 +17,7 @@ export const supportedPresetTokens = [
|
|||||||
'{{y}}-{{MM}}-{{dd}}/{{filename}}',
|
'{{y}}-{{MM}}-{{dd}}/{{filename}}',
|
||||||
'{{y}}-{{MMM}}-{{dd}}/{{filename}}',
|
'{{y}}-{{MMM}}-{{dd}}/{{filename}}',
|
||||||
'{{y}}-{{MMMM}}-{{dd}}/{{filename}}',
|
'{{y}}-{{MMMM}}-{{dd}}/{{filename}}',
|
||||||
|
'{{y}}/{{y}}-{{MM}}/{{filename}}',
|
||||||
];
|
];
|
||||||
|
|
||||||
export const INITIAL_SYSTEM_CONFIG = 'INITIAL_SYSTEM_CONFIG';
|
export const INITIAL_SYSTEM_CONFIG = 'INITIAL_SYSTEM_CONFIG';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user