Parcourir la source

feat(server): added additional storage template preset (#1903)

Chipwingg il y a 2 ans
Parent
commit
aef5a48fc6

+ 1 - 0
server/libs/domain/src/system-config/system-config.constants.ts

@@ -17,6 +17,7 @@ export const supportedPresetTokens = [
   '{{y}}-{{MM}}-{{dd}}/{{filename}}',
   '{{y}}-{{MMM}}-{{dd}}/{{filename}}',
   '{{y}}-{{MMMM}}-{{dd}}/{{filename}}',
+  '{{y}}/{{y}}-{{MM}}/{{filename}}',
 ];
 
 export const INITIAL_SYSTEM_CONFIG = 'INITIAL_SYSTEM_CONFIG';