Closed dgsiegel closed 7 months ago
It would be great to use the name of a named transform in a filename, for example:
'filenamePattern' => '{fullname}{transform}.{extension}'
For example, if you have a transform named 1x1, {transform} should be replaced with the name.
1x1
{transform}
Version 4.4.0 now supports the use of {transformName} in filename patterns.
{transformName}
Thanks @aelvan :)
I'm submitting a...
Description
It would be great to use the name of a named transform in a filename, for example:
For example, if you have a transform named
1x1
,{transform}
should be replaced with the name.