From aef5a48fc6920facff5a0ebecbe8445810cf5ac0 Mon Sep 17 00:00:00 2001 From: Chipwingg <102692588+Chipwingg@users.noreply.github.com> Date: Wed, 1 Mar 2023 00:48:55 -0500 Subject: [PATCH] feat(server): added additional storage template preset (#1903) --- server/libs/domain/src/system-config/system-config.constants.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/server/libs/domain/src/system-config/system-config.constants.ts b/server/libs/domain/src/system-config/system-config.constants.ts index 45b880257eca1..6197dbf217f73 100644 --- a/server/libs/domain/src/system-config/system-config.constants.ts +++ b/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';