Add calendar view to feature lab (#14835)

This commit is contained in:
Weiko
2025-10-02 11:19:48 +02:00
committed by GitHub
parent 3fa12bb9fc
commit c2d45842a4
2 changed files with 8 additions and 0 deletions
@@ -40,6 +40,14 @@ export const PUBLIC_FEATURE_FLAGS: PublicFeatureFlag[] = [
'https://twenty.com/images/lab/is-workflow-iterator-enabled.png',
},
},
{
key: FeatureFlagKey.IS_CALENDAR_VIEW_ENABLED,
metadata: {
label: 'Calendar View',
description: 'View and manage calendar events',
imagePath: 'https://twenty.com/images/lab/is-calendar-view-enabled.png',
},
},
...(process.env.CLOUDFLARE_API_KEY
? [
// {
Binary file not shown.

After

Width:  |  Height:  |  Size: 197 KiB