diff --git a/model/feature_flags.go b/model/feature_flags.go index 47dd10378d..4864a660c1 100644 --- a/model/feature_flags.go +++ b/model/feature_flags.go @@ -63,6 +63,9 @@ type FeatureFlags struct { PostPriority bool + // Enable WYSIWYG text editor + WysiwygEditor bool + PeopleProduct bool AnnualSubscription bool @@ -101,6 +104,7 @@ func (f *FeatureFlags) SetDefaults() { f.ReduceOnBoardingTaskList = false f.ThreadsEverywhere = false f.GlobalDrafts = true + f.WysiwygEditor = false } func (f *FeatureFlags) Plugins() map[string]string {