diff --git a/src/js/themes/arctic/config.js b/src/js/themes/arctic/config.js index 74c6004f8..9492c787e 100644 --- a/src/js/themes/arctic/config.js +++ b/src/js/themes/arctic/config.js @@ -84,7 +84,7 @@ MetacatUI.AppConfig = Object.assign({ datasetMapFillColor: "", // Set the bagit format - packageFormat: "application%2Fbagit-1.0", + //packageFormat: "application%2Fbagit-1.0", //Google Analytics googleAnalyticsKey: "UA-75482301-1" diff --git a/src/js/themes/dataone/config.js b/src/js/themes/dataone/config.js index 8d4c6fbea..d6fad059f 100644 --- a/src/js/themes/dataone/config.js +++ b/src/js/themes/dataone/config.js @@ -113,9 +113,6 @@ MetacatUI.AppConfig = Object.assign({ label: "dangermond" }], - // Set the bagit format - packageFormat: "application%2Fbagit-1.0", - //Dataset landing pages displayDatasetEditButton: false, displayDatasetControls: false, diff --git a/src/js/themes/knb/config.js b/src/js/themes/knb/config.js index ab4f95887..cf3eb5c50 100644 --- a/src/js/themes/knb/config.js +++ b/src/js/themes/knb/config.js @@ -70,10 +70,10 @@ MetacatUI.AppConfig = Object.assign({ hideSummaryViewsChart: false, hideSummaryMetadataAssessment: false, limitPortalsToSubjects: ["CN=knb-data-admins,DC=dataone,DC=org"], - portalEditNotAuthCreateMessage: "Creating new portals is a feature currently only available to a select group of Beta testers. You should still be able to access your existing portals. Please contact us with any questions at the email address below.", + portalEditNotAuthCreateMessage: "Creating new portals is a feature currently only available to a select group of Beta testers. You should still be able to access your existing portals. Please contact us with any questions at the email address below." // Set the bagit format - packageFormat: "application%2Fbagit-1.0", + //packageFormat: "application%2Fbagit-1.0", }, MetacatUI.AppConfig);