Skip to content

Commit

Permalink
removing requirements for geo and temporalCoverage
Browse files Browse the repository at this point in the history
  • Loading branch information
iannesbitt committed Aug 15, 2024
1 parent 451c0d5 commit aa73e7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/smithsonian/js/themes/smithsonian/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -430,14 +430,14 @@ MetacatUI.AppConfig = Object.assign({
alternateIdentifier: false,
funding: false,
generalTaxonomicCoverage: false,
geoCoverage: true,
geoCoverage: false,
intellectualRights: true,
keywordSets: false,
methods: false,
samplingDescription: false,
studyExtentDescription: false,
taxonCoverage: false,
temporalCoverage: true,
temporalCoverage: false,
title: true
},
enableSolrJoins: true
Expand Down

0 comments on commit aa73e7c

Please sign in to comment.