removed feature flag for Advanced Text Editor (#21221)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
e599a6cbf3
Коммит
203df2f537
@@ -67,8 +67,6 @@ type FeatureFlags struct {
|
||||
|
||||
CommandPalette bool
|
||||
|
||||
AdvancedTextEditor bool
|
||||
|
||||
// Enable Boards as a product (multi-product architecture)
|
||||
BoardsProduct bool
|
||||
|
||||
@@ -98,7 +96,6 @@ func (f *FeatureFlags) SetDefaults() {
|
||||
f.GraphQL = false
|
||||
f.InsightsEnabled = true
|
||||
f.CommandPalette = false
|
||||
f.AdvancedTextEditor = true
|
||||
f.CallsEnabled = true
|
||||
f.BoardsProduct = false
|
||||
f.PlanUpgradeButtonText = "upgrade"
|
||||
|
||||
Ссылка в новой задаче
Block a user