Feature flags are used to hide experimental features. For Twenty, they are set on workspace level and not on a user level.Documentation Index
Fetch the complete documentation index at: https://docs.twenty.com/llms.txt
Use this file to discover all available pages before exploring further.
Adding a new feature flag
InFeatureFlagKey.ts add the feature flag:
feature-flag.entity.ts:
Configure feature flags for the deployment
Change the corresponding record in the Tablecore.featureFlag:
| id | key | workspaceId | value |
|---|---|---|---|
| Random | IS_FEATURENAME_ENABLED | WorkspaceID | true |