From e8dcf6524b7b4993805ba1ed707e0f89fe8e1907 Mon Sep 17 00:00:00 2001 From: "kari.glover" Date: Wed, 21 Feb 2024 09:38:08 -0800 Subject: [PATCH] Remove URLs from ctdl collectionType values --- src/mixins/ctdlasnProfile.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/mixins/ctdlasnProfile.js b/src/mixins/ctdlasnProfile.js index 456490175..79881fd76 100644 --- a/src/mixins/ctdlasnProfile.js +++ b/src/mixins/ctdlasnProfile.js @@ -598,13 +598,13 @@ export default { "http://www.w3.org/2000/01/rdf-schema#comment": [{"@language": "en", "@value": "Type of collection, list, array, or other grouping of resources; select from an existing enumeration of such types. Concept scheme: Collection Category."}], "options": [ - {display: "ETPL", val: "https://credreg.net/ctdl/vocabs/collectionCategory/ETPL"}, - {display: "GIBill", val: "https://credreg.net/ctdl/vocabs/collectionCategory/GIBill"}, - {display: "IndustryRecognized", val: "https://credreg.net/ctdl/vocabs/collectionCategory/IndustryRecognized"}, - {display: "Perkins", val: "https://credreg.net/ctdl/vocabs/collectionCategory/Perkins"}, - {display: "PromiseScholarship", val: "https://credreg.net/ctdl/vocabs/collectionCategory/PromiseScholarship"}, - {display: "Quality", val: "https://credreg.net/ctdl/vocabs/collectionCategory/Quality"}, - {display: "StateApprovedPostsecondary", val: "https://credreg.net/ctdl/vocabs/collectionCategory/StateApprovedPostsecondary"} + {display: "ETPL", val: "ETPL"}, + {display: "GIBill", val: "GIBill"}, + {display: "IndustryRecognized", val: "IndustryRecognized"}, + {display: "Perkins", val: "Perkins"}, + {display: "PromiseScholarship", val: "PromiseScholarship"}, + {display: "Quality", val: "Quality"}, + {display: "StateApprovedPostsecondary", val: "StateApprovedPostsecondary"} ], "http://www.w3.org/2000/01/rdf-schema#label": [{"@language": "en", "@value": "Collection Type"}], "heading": "General"