Skip to content

Commit e605642

Browse files
committed
Add mobile CXP feature flags (#6343)
(cherry picked from commit 6c512f1)
1 parent 2a01c80 commit e605642

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Core/Constants.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,8 @@ public static class FeatureFlagKeys
197197
public const string EnablePMPreloginSettings = "enable-pm-prelogin-settings";
198198
public const string AppIntents = "app-intents";
199199
public const string SendAccess = "pm-19394-send-access-control";
200+
public const string CxpImportMobile = "cxp-import-mobile";
201+
public const string CxpExportMobile = "cxp-export-mobile";
200202

201203
/* Platform Team */
202204
public const string PersistPopupView = "persist-popup-view";

0 commit comments

Comments
 (0)