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