diff --git a/packages/twenty-server/src/engine/core-modules/feature-flag/constants/public-feature-flag.const.ts b/packages/twenty-server/src/engine/core-modules/feature-flag/constants/public-feature-flag.const.ts index 72a1f4380f..847c4016d1 100644 --- a/packages/twenty-server/src/engine/core-modules/feature-flag/constants/public-feature-flag.const.ts +++ b/packages/twenty-server/src/engine/core-modules/feature-flag/constants/public-feature-flag.const.ts @@ -12,6 +12,14 @@ export type PublicFeatureFlag = { }; export const PUBLIC_FEATURE_FLAGS: PublicFeatureFlag[] = [ + { + key: FeatureFlagKey.IS_CALENDAR_WEEK_VIEW_ENABLED, + metadata: { + label: 'Calendar Day and Week Views', + description: + 'Display calendar records in daily or weekly layouts with optional end dates', + }, + }, { key: FeatureFlagKey.IS_JUNCTION_RELATIONS_ENABLED, metadata: {