Make AltMetric enabled by default
This commit is contained in:
parent
83534d49be
commit
2dbceba9f1
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ class IndividualResponseBuilder {
|
||||||
ConfigurationProperties properties = ConfigurationProperties.getBean(vreq);
|
ConfigurationProperties properties = ConfigurationProperties.getBean(vreq);
|
||||||
|
|
||||||
if (properties != null) {
|
if (properties != null) {
|
||||||
String enabled = properties.getProperty("resource.altmetric"); //, "enabled"
|
String enabled = properties.getProperty("resource.altmetric", "enabled");
|
||||||
String displayTo = properties.getProperty("resource.altmetric.displayto", "right");
|
String displayTo = properties.getProperty("resource.altmetric.displayto", "right");
|
||||||
String badgeType = properties.getProperty("resource.altmetric.badge-type", "donut");
|
String badgeType = properties.getProperty("resource.altmetric.badge-type", "donut");
|
||||||
String badgeHideEmpty = properties.getProperty("resource.altmetric.hide-no-mentions", "true");
|
String badgeHideEmpty = properties.getProperty("resource.altmetric.hide-no-mentions", "true");
|
||||||
|
|
Loading…
Add table
Reference in a new issue