Skip to content

Commit

Permalink
feat(ibdgc): add ibdgc configuration (#265)
Browse files Browse the repository at this point in the history
* feat(ibdgc): add ibdgc configuration

* indentation

* linting

* more linting
  • Loading branch information
philloooo authored and Abby George committed Aug 21, 2018
1 parent bce28db commit 3d19355
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions data/parameters.js
Original file line number Diff line number Diff line change
Expand Up @@ -852,6 +852,38 @@ const params = {
explorer: false,
},
},
ibdgc: {
graphql: {
boardCounts: [
{
graphql: '_case_count',
name: 'Case',
plural: 'Cases',
},
{
graphql: '_study_count',
name: 'Study',
plural: 'Studies',
},
{
graphql: '_aliquot_count',
name: 'Aliquot',
plural: 'Aliquots',
},
],
chartCounts: [
{
graphql: '_case_count',
name: 'Case',
},
{
graphql: '_study_count',
name: 'Study',
},
],
projectDetails: 'boardCounts',
},
},
kf: {
gaTrackingId: 'UA-119127212-6',
graphql: {
Expand Down

0 comments on commit 3d19355

Please sign in to comment.