File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,8 @@ public struct DefaultFeatureFlagService: FeatureFlagService {
5858 case . applicationPasswordAuthenticationForSiteCredentialLogin:
5959 // Enable this to test application password authentication (WIP)
6060 return false
61+ case . generateAllVariations:
62+ return buildConfig == . localDeveloper || buildConfig == . alpha
6163 default :
6264 return true
6365 }
Original file line number Diff line number Diff line change @@ -137,4 +137,8 @@ public enum FeatureFlag: Int {
137137 /// Whether application password authentication should be used when a user logs in with site credentials.
138138 ///
139139 case applicationPasswordAuthenticationForSiteCredentialLogin
140+
141+ /// Allows merchants to create all variations from a single button
142+ ///
143+ case generateAllVariations
140144}
You can’t perform that action at this time.
0 commit comments