Skip to content

Commit

Permalink
Added missing organisation related configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
ukretschmer committed Dec 5, 2018
1 parent 9343caa commit 0f00a70
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config.tpl.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ var config = {
"maxRows": "10",
"featureClass": "P"
}
},
"organisations": {
"JSONContainer" : "organisation",
"authorityDataBaseURL": "http://hub.culturegraph.org/entityfacts/"
}
},
"view": {
Expand All @@ -41,6 +45,14 @@ var config = {
"identifierElement": "ref",
"identifierAbbreviation": "GEO",
"identifierBaseURL": "http://www.geonames.org/"
},
"organisations":{
"titleElement": "name",
"descriptionElement": "description",
"statusElement": "status",
"identifierElement": "ref",
"identifierAbbreviation": "DNB",
"identifierBaseURL": "http://d-nb.info/gnd/"
}

},
Expand Down

0 comments on commit 0f00a70

Please sign in to comment.