* add feature flag for WYSIWYG editor

* Empty-Commit-test

* added missing default value

* removed duplicate line

* Empty-Commit-test

Co-authored-by: Jason Frerich <jason.frerich@mattermost.com>
Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
Michel Engelen
2023-01-09 16:50:43 +01:00
коммит произвёл GitHub
родитель 3dd934711c
Коммит 27a702e29a

Просмотреть файл

@@ -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 {