feat: add new object standard available section (#2111)

* feat: add new object standard available section

* Fix feedback comments received on PR

---------

Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
Ujwal Kumar
2023-10-21 17:10:11 +05:30
committed by GitHub
parent 34bbbdff41
commit 598fda8f45
4 changed files with 171 additions and 42 deletions

View File

@ -8,6 +8,7 @@ import {
IconHeadphones,
IconLink,
IconLuggage,
IconMouse2,
IconPlane,
IconTarget,
IconUser,
@ -37,6 +38,21 @@ export const activeObjectItems = [
},
];
export const standardObjects = [
{
name: 'Users',
Icon: IconMouse2,
fields: 6,
description: 'Individuals who interact with your website',
},
{
name: 'Users',
Icon: IconMouse2,
fields: 8,
description: 'Individuals who interact with your website',
},
];
export const disabledObjectItems = [
{
name: 'Travels',