cluedin-widget
Version:
This project contains all the pages needed for browsing entities and searching them. The aim is to replace the CluedIn.Webapp project with this one when all the pages ( including the Admin page ) will be ported to REACT.
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'
}
]
};