Skip to content

Commit

Permalink
Merge pull request #83 from jmckenna/project-properties
Browse files Browse the repository at this point in the history
expand Project properties
  • Loading branch information
jmckenna authored Sep 21, 2023
2 parents b63008a + a039b63 commit b85b8f1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/src/components/results/types/ResearchProject.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@
},
{ "key": "txt_identifier", "label": "Identifier" },
{ "key": "txt_memberOf", "type": "list", "label": "Member Of" },
{ "key": "txt_parentOrganization", "type": "link", "label": "Parent Org" }
{ "key": "txt_parentOrganization", "type": "link", "label": "Parent Org" },
{ "key": "txt_knowsAbout", "type": "list" },
{ "key": "id_provider", "type": ["list", "link"], "label": "Provider ID" },
{ "key": "txt_provider", "type": "list" }
]

0 comments on commit b85b8f1

Please sign in to comment.