[Rich text editor] Add feature flag for rich text editor (#1289)
This commit is contained in:
parent
f327726f53
commit
8ab391f615
16 changed files with 84 additions and 25 deletions
|
|
@ -44,4 +44,9 @@ enum class FeatureFlags(
|
|||
// Do not forget to edit StaticFeatureFlagProvider when enabling the feature.
|
||||
defaultValue = false,
|
||||
),
|
||||
RichTextEditor(
|
||||
key = "feature.richtexteditor",
|
||||
title = "Enable rich text editor",
|
||||
defaultValue = true,
|
||||
),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue