Uploading images into the store from a subdirectory without any configuration within the yaml file is only possible when the image only has digits in its filename followed by the fileextension suffix.
This merge request additionally allows filenames matching the pattern "^(\d+)([_-][a-zA-Z0-9-_]+)?$" e.g.:
Uploading images into the store from a subdirectory without any configuration within the yaml file is only possible when the image only has digits in its filename followed by the fileextension suffix.
This merge request additionally allows filenames matching the pattern "
^(\d+)([_-][a-zA-Z0-9-_]+)?$
" e.g.:300-account-A1.jpg
300_account_A1.jpg