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:
@ -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',
|
||||
|
||||
Reference in New Issue
Block a user