Default PlumX to being disabled, as the spacing throws out the article display.
This commit is contained in:
parent
6db6fabdac
commit
b2086c9517
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ class IndividualResponseBuilder {
|
||||||
ConfigurationProperties properties = ConfigurationProperties.getBean(vreq);
|
ConfigurationProperties properties = ConfigurationProperties.getBean(vreq);
|
||||||
|
|
||||||
if (properties != null) {
|
if (properties != null) {
|
||||||
String enabled = properties.getProperty("resource.plum-print", "enabled");
|
String enabled = properties.getProperty("resource.plum-print", "disabled");
|
||||||
String displayTo = properties.getProperty("resource.plum-print.displayto", "right");
|
String displayTo = properties.getProperty("resource.plum-print.displayto", "right");
|
||||||
String printHideEmpty = properties.getProperty("resource.plum-print.hide-when-empty", "true");
|
String printHideEmpty = properties.getProperty("resource.plum-print.hide-when-empty", "true");
|
||||||
String printPopover = properties.getProperty("resource.plum-print.popover", "right");
|
String printPopover = properties.getProperty("resource.plum-print.popover", "right");
|
||||||
|
|
Loading…
Add table
Reference in a new issue