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:
Guillim
2025-10-27 17:35:43 +01:00
committed by GitHub
parent 6cf5bd2ed4
commit e975fbe217
2 changed files with 9 additions and 0 deletions
@@ -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