mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-04 03:27:16 +00:00
fix: ui fixes feat: move to engineering beta toggle feature
This commit is contained in:
@@ -43,6 +43,13 @@ const FEATURES = [
|
||||
enabled: false,
|
||||
isEngineering: true,
|
||||
},
|
||||
{
|
||||
id: 'calendar_view_range',
|
||||
title: 'Allow configuring End Date for Calendar View',
|
||||
description: 'Enables the calendar to display items as date ranges by allowing configuration of both start and end dates. ',
|
||||
enabled: false,
|
||||
isEngineering: true,
|
||||
},
|
||||
]
|
||||
|
||||
export const FEATURE_FLAG = Object.fromEntries(FEATURES.map((feature) => [feature.id.toUpperCase(), feature.id])) as Record<
|
||||
|
||||
Reference in New Issue
Block a user