Skip to content

Commit 19046ed

Browse files
committed
temp
1 parent f8bc7ad commit 19046ed

File tree

7 files changed

+2060
-304
lines changed

7 files changed

+2060
-304
lines changed

shared/constants/feature-flags.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,11 @@ export const featureFlags = {
2828
singpassMrf: 'singpass-mrf' as const,
2929
enableSaveDraftButtonFloating: 'enable-save-draft-button-floating' as const,
3030
enableSaveDraftButtonHeader: 'enable-save-draft-button-header' as const,
31+
adminEmailPdf: 'admin-email-pdf' as const,
32+
}
33+
34+
export enum AdminEmailPdfFeatureValue {
35+
OFF = 'OFF',
36+
SIGNATURES_ONLY = 'SIGNATURES_ONLY',
37+
ON = 'ON',
3138
}

0 commit comments

Comments
 (0)