Default PlumX to being disabled, as the spacing throws out the article display.

This commit is contained in:
Graham Triggs 2017-04-30 18:17:53 +01:00
parent 6db6fabdac
commit b2086c9517

View file

@ -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");