feat: add feature flag to activate Links field creation (#5535)

Related issue: #3607
This commit is contained in:
Thaïs
2024-05-22 18:06:32 +02:00
committed by GitHub
parent 4e533bf2ef
commit 04bf697b25
6 changed files with 32 additions and 11 deletions

View File

@ -4,4 +4,5 @@ export type FeatureFlagKey =
| 'IS_EVENT_OBJECT_ENABLED'
| 'IS_AIRTABLE_INTEGRATION_ENABLED'
| 'IS_POSTGRESQL_INTEGRATION_ENABLED'
| 'IS_STRIPE_INTEGRATION_ENABLED';
| 'IS_STRIPE_INTEGRATION_ENABLED'
| 'IS_LINKS_FIELD_ENABLED';