From 13abdc6fcd487f1be68a916baeeba29ce2c19c51 Mon Sep 17 00:00:00 2001 From: Mike Lynch <mike@mikelynch.org> Date: Mon, 9 Dec 2019 09:11:08 +1100 Subject: [PATCH] Display licenseOriginal instead of license - this means that the full license URL appears instead of public, and also removes the licence display from people --- src/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/index.js b/src/index.js index b604403..6d12e20 100644 --- a/src/index.js +++ b/src/index.js @@ -38,8 +38,7 @@ let state = { related: [], viewFields: [ {display: "SubDocHorizontal", field: "author", fieldName: 'Author/s'}, - //{display: "", field: "affiliation", fieldName: 'Affiliation'}, - {display: "", field: "license", fieldName: 'Licence'}, + {display: "", field: "licenseOriginal", fieldName: 'Licence'}, {display: "SubDocDate", field: "datePublished", fieldName: 'Date Published'}, {display: "SubDoc", field: "contactPoint", fieldName: 'Contact Point', template: '${item.name} ${item.email}'}, ] -- GitLab