Hello,
is it correct to use commenteds lines in additional settings or will it break?
Hi,
The syntax in adminitrator defined advanced settings is “toml”
https://toml.io/en/
That means to comment a line in Toml, you should use “#” in front of the line.
#multiple_values = true
Martins / eazyBI