UNPKG

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.

25 lines (24 loc) 738 B
import formatHelper from './../format'; module.exports = { important: [], all: [ { display: 'Url', value: 'property-twitter.status.detail.url' }, { display: 'Tweet Language', value: 'property-twitter.status.language' }, { display: 'Is Sensitive?', value: 'property-twitter.status.possiblysensitive', format: formatHelper.YesOrNo }, { display: 'Created', value: 'property-sharepoint.listItem.custom-Created' }, { display: 'Has Attachment?', value: 'property-sharepoint.listItem.custom-Attachments', format: formatHelper.YesOrNo } ] };