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.
25 lines (24 loc) • 611 B
JavaScript
import formatHelper from './../format';
module.exports = {
important: [],
all: [
{
display: 'Can upload?',
value: 'property-can_upload',
format: formatHelper.YesOrNo
},
{
display: 'Number of pictures',
value: 'property-count'
},
{
display: 'Location',
value: 'property-location'
},
{
display: 'Created at',
value: 'property-created_time',
format: formatHelper.formatDate
}, 'property-privacy', 'property-type'
]
};