UNPKG

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.

47 lines (46 loc) 1.27 kB
import formatHelper from './../format'; module.exports = { important: [], all: [ { display: 'Board Name', value: 'property-Trello Boards' }, { display: 'Comment allowed for', value: 'property-trello.board.Comments' }, { display: 'Invitations', value: 'property-trello.board.Invitations' }, { display: 'Is closed?', value: 'property-trello.board.IsClosed', format: formatHelper.YesOrNo }, { display: 'Is Pinned?', value: 'property-trello.board.IsPinned' }, { display: 'Permission Level', value: 'property-trello.board.PermissionLevel' }, { display: 'Voting', value: 'property-trello.board.Voting' }, { display: 'Blue', value: 'property-Blue' }, { display: 'Blue', value: 'property-Blue' }, { display: 'Green', value: 'property-Green' }, { display: 'Purple', value: 'property-Purple' }, { display: 'Yellow', value: 'property-Yellow' } ] };