-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update build.gradle * updated the way to retrieve locale * added exception handler for JSON settings parsing. * change 'suitable for' to be multi-selection (so the value will be a json array) (#50) * bump to 3.0.2-SNAPSHOT * Fix for #54 (#56) * bump to com.gorylenko.gradle-git-properties and a default for "citation.rights.template" * "com.gorylenko.gradle-git-properties" version "2.4.0-rc2" * added missing config - siteDefaultLanguage * fix for deletes Co-authored-by: alexhuang091 <[email protected]> Co-authored-by: Nick dos Remedios <[email protected]>
- Loading branch information
1 parent
c304080
commit 3b16962
Showing
10 changed files
with
166 additions
and
160 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -200,7 +200,10 @@ rifcs: | |
resource.publicArchive.url.template: "https://biocache.ala.org.au/archives/gbif/@UID@/@[email protected]" | ||
resource.gbifExport.url.template: "https://biocache.ala.org.au/archives/gbif/@UID@/@[email protected]" | ||
citation.template: "Records provided by @entityName@, accessed through ALA website." | ||
citation.link.template = For more information: "@link@" | ||
citation.link.template: "For more information: @link@" | ||
citation.rights.template: "" | ||
|
||
siteDefaultLanguage: "en" | ||
|
||
networkTypes: | ||
- BCI | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.