Skip to content

Commit 7d64a3e

Browse files
committed
feat: Expose experimental editor plugins feature
1 parent 90bb9a2 commit 7d64a3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ class ExperimentalFeaturesDataProvider: ExperimentalFeaturesViewModel.DataProvid
88
FeatureFlag.authenticateUsingApplicationPassword,
99
FeatureFlag.newGutenberg,
1010
FeatureFlag.newGutenbergThemeStyles,
11+
FeatureFlag.newGutenbergPlugins,
1112
]
1213

1314
private let flagStore = FeatureFlagOverrideStore()

0 commit comments

Comments
 (0)