UNPKG

cluedin-widget

Version:

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

25 lines (24 loc) 611 B
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' ] };