cluedin-widget
Version:
This is the project for creating and managing widgets in CluedIn.
31 lines (30 loc) • 806 B
JavaScript
import formatHelper from './../format';
module.exports = {
important: [],
all: [
{
display: 'Url',
value: 'property-custom-ExchangeTeamMailboxSharePointUrl'
},
{
display: 'Team Mailbox Email',
value: 'property-custom-ExchangeTeamMailboxEmailAddress'
},
{
display: 'Categories',
value: 'property-custom-vti_categories'
},
{
display: 'Language',
value: 'property-custom-vti_defaultlanguage'
},
{
display: 'Allow List?',
value: 'property-custom-allowslistpolicy',
format: formatHelper.YesOrNo
}, {
display: 'Url',
value: 'property-file.embedUrl'
}
]
};