Add isRemote field on object metadata (#4668)

Add isRemote field

Co-authored-by: Thomas Trompette <thomast@twenty.com>
This commit is contained in:
Thomas Trompette
2024-03-26 16:49:18 +01:00
committed by GitHub
parent 3acec7731c
commit d4eb75abff
11 changed files with 31 additions and 0 deletions

View File

@ -173,6 +173,7 @@ export const computeMetadataSchemaComponents = (
description: { type: 'string' },
icon: { type: 'string' },
isCustom: { type: 'boolean' },
isRemote: { type: 'boolean' },
isActive: { type: 'boolean' },
isSystem: { type: 'boolean' },
createdAt: { type: 'string' },