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.
26 lines (25 loc) • 657 B
JavaScript
import formatHelper from './../format';
module.exports = {
important: [],
all: [
{
either: [
{
display: 'Name',
value: 'property-sharepoint.listitem.LinkFilename'
}
]
}, {
either: [
{
display: 'Last modified at',
value: 'property-sharepoint.listitem.Modified',
format: formatHelper.formatDate
}
]
}, {
display: 'File Type',
value: 'property-sharepoint.listitem.DocIcon'
}
]
};