UNPKG

cluedin-widget

Version:

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

28 lines (27 loc) 641 B
import formatHelper from './../format'; module.exports = { important: [], all: [ { display: 'Description', value: 'property-Body' }, { display: 'Number comments', value: 'property-NumComments' }, { display: 'Vote total', value: 'property-VoteTotal' }, { display: 'Vote score', value: 'property-VoteScore' }, { display: 'Last comment date at', value: 'property-LastCommentDate', format: formatHelper.formatDate } ] };