mirror of
https://github.com/makeplane/plane.git
synced 2026-07-13 14:01:45 +02:00
[MOB-1107] dev: Update math equation feature flag #3922
This commit is contained in:
@@ -170,6 +170,9 @@ class FeatureFlagQuery:
|
||||
editor_attachments=feature_flags.get(
|
||||
FeatureFlagsTypesEnum.EDITOR_ATTACHMENTS.value, False
|
||||
),
|
||||
editor_mathematics=feature_flags.get(
|
||||
FeatureFlagsTypesEnum.EDITOR_MATHEMATICS.value, False
|
||||
),
|
||||
# Silo importers and integrations
|
||||
silo=feature_flags.get(FeatureFlagsTypesEnum.SILO.value, False),
|
||||
silo_importers=feature_flags.get(
|
||||
|
||||
@@ -70,6 +70,7 @@ class FeatureFlagsTypesEnum(Enum):
|
||||
WORKSPACE_PAGES = "WORKSPACE_PAGES"
|
||||
SHARED_PAGES = "SHARED_PAGES"
|
||||
EDITOR_ATTACHMENTS = "EDITOR_ATTACHMENTS"
|
||||
EDITOR_MATHEMATICS = "EDITOR_MATHEMATICS"
|
||||
|
||||
# Silo importers and integrations
|
||||
SILO = "SILO"
|
||||
@@ -176,6 +177,7 @@ class FeatureFlagType:
|
||||
workspace_pages: bool
|
||||
shared_pages: bool
|
||||
editor_attachments: bool
|
||||
editor_mathematics: bool
|
||||
|
||||
# Silo importers and integrations
|
||||
silo: bool
|
||||
|
||||
Reference in New Issue
Block a user