Skip to main content
Feature flags are used to hide experimental features. For Twenty, they are set on workspace level and not on a user level.

Adding a new feature flag

In FeatureFlagKey.ts add the feature flag:
Also add it to the enum in feature-flag.entity.ts:
To apply a feature flag on a backend feature use:
To apply a feature flag on a frontend feature use:

Configure feature flags for the deployment

Change the corresponding record in the Table core.featureFlag: