cluedin-widget
Version:
This is the project for creating and managing widgets in CluedIn.
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'
}
]
};