image-resizer
image-resizer copied to clipboard
FR: Please make "originals" folder name configurable
Hi there! Currently the nondestructive resize saves images in a folder called /originals
, which is then also viewable via Assets. I don't actually want that folder to be viewable via Assets, though, and the easiest way to do that is to add an underscore to the beginning (/_originals
). However, there's no way to configure this behavior.
So my suggestion is to allow a configurable name for the folder that the originals to get stored in. I'll potentially fork this and try to do a pull request myself.
Huh, didn't even know about the underscore trick, but that makes sense, which is in use for transforms. A valid option, but certainly configurable as some people might want the originals client-available just in case. I'll look at making that configurable, or at the very least if you get to it first, approve a PR.