We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a01c80 commit e605642Copy full SHA for e605642
src/Core/Constants.cs
@@ -197,6 +197,8 @@ public static class FeatureFlagKeys
197
public const string EnablePMPreloginSettings = "enable-pm-prelogin-settings";
198
public const string AppIntents = "app-intents";
199
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";
202
203
/* Platform Team */
204
public const string PersistPopupView = "persist-popup-view";
0 commit comments