- 🇨🇦Canada bgilhome Victoria
Fixed in https://www.drupal.org/project/image_style_dynamic/issues/3358067 💬 Route parameter $image_style upcast as entity in core 9.5 Needs review
Automatically closed - issue fixed for 2 weeks with no activity.
Currently, the allowed image styles config is an array of strings for the allowed style and params, e.g `image_scale[width]=100`, `image_scale[width]=200`, etc. It would be handy if regex was allowed in the config, e.g. `^image_scale\[width\]=\d00$`.
Attached patch allows using regex in the allowed styles config. Exact-match strings are still allowed, for backwards compatibility. Regex matching is used for an entry in the array if the first character of the entry is the regex start delimiter caret '^'.
Fixed
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Fixed in https://www.drupal.org/project/image_style_dynamic/issues/3358067 💬 Route parameter $image_style upcast as entity in core 9.5 Needs review
Automatically closed - issue fixed for 2 weeks with no activity.