Skip to content

Commit af48371

Browse files
committed
Add intelligence to experimental features
1 parent 931e5a6 commit af48371

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

WordPress/Classes/ViewRelated/Me/App Settings/ExperimentalFeaturesDataProvider.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ import SwiftUI
66
class ExperimentalFeaturesDataProvider: ExperimentalFeaturesViewModel.DataProvider {
77

88
let flags: [OverridableFlag] = [
9+
FeatureFlag.intelligence,
10+
FeatureFlag.newStats,
911
FeatureFlag.allowApplicationPasswords,
1012
RemoteFeatureFlag.newGutenberg,
11-
FeatureFlag.newGutenbergThemeStyles,
12-
FeatureFlag.newStats,
13+
FeatureFlag.newGutenbergThemeStyles
1314
]
1415

1516
private let flagStore = FeatureFlagOverrideStore()

0 commit comments

Comments
 (0)