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.
28 lines (27 loc) • 641 B
JavaScript
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
}
]
};