cluedin-widget
Version:
This is the project for creating and managing widgets in CluedIn.
17 lines (16 loc) • 490 B
JavaScript
import formatHelper from './../format';
module.exports = {
important: [],
all: [
{
display: 'Url',
value: 'property-custom-ExchangeTeamMailboxSharePointUrl'
}, {
display: 'Team mailbox address',
value: 'property-custom-ExchangeTeamMailboxEmailAddress'
}, {
display: 'Modified at',
value: 'property-sharepoint.listitem.Modified'
}, 'property-custom-vti_defaultlanguage'
]
};