cgxp
cgxp copied to clipboard
Disable legend with print v2
When removing the legend checkbox with (see #1007 for history):
additionalAttributes: [{
name: "title",
label: "Title",
type: "String"
}, {
name: "comment",
label: "Comment",
type: "String",
useTextArea: true
}]
The legend is still requested to the server, because the param legends
is sent to create.json
Hello,
For this you should add
includeLegend: false
in the options
of the plugin configuration :-)
Thanks @sbrunner!
BTW you should add it to the docs ;)