mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
feat(server): added additional storage template preset (#1903)
This commit is contained in:
@@ -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';
|
||||||
|
|||||||
Reference in New Issue
Block a user