diff --git a/config.default.yml b/config.default.yml index 9f1226b..065335e 100644 --- a/config.default.yml +++ b/config.default.yml @@ -32,7 +32,7 @@ frontend: imageDownloadFormat: "png" # if it is blank, images will use relative path, for example "/uploads/.png" - imageURL : "" + imageURL: "" # draw the background grid to images on download ? (If True, even PNGs are also not transparent anymore) -- boolean drawBackgroundGrid: false