UNPKG

cluedin-widget

Version:

This is the project for creating and managing widgets in CluedIn.

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 } ] };