Add the MORPH feature in the LAB (#15126)
PR to publish the morph relation in the lab once we are ready to push it Fixes https://github.com/twentyhq/core-team-issues/issues/1292
This commit is contained in:
+9
@@ -39,6 +39,15 @@ export const PUBLIC_FEATURE_FLAGS: PublicFeatureFlag[] = [
|
||||
imagePath: 'https://twenty.com/images/lab/is-calendar-view-enabled.png',
|
||||
},
|
||||
},
|
||||
{
|
||||
key: FeatureFlagKey.IS_MORPH_RELATION_ENABLED,
|
||||
metadata: {
|
||||
label: 'Morph Relations',
|
||||
description:
|
||||
'Create polymorphic relationships that can link to multiple object types',
|
||||
imagePath: 'https://twenty.com/images/lab/is-morph-relation-enabled.png',
|
||||
},
|
||||
},
|
||||
...(process.env.CLOUDFLARE_API_KEY
|
||||
? [
|
||||
// {
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 166 KiB |
Reference in New Issue
Block a user