Andrew Welch
Andrew Welch
@Megafry Something we can certainly look at revisiting!
@bmorykon in your case, I'd recommend using the `excludePatterns` to ignore things you don't want tracked: Retour -> Settings https://github.com/nystudio107/craft-retour/blob/develop/src/config.php#L63 You can have it completely ignore these "junk" URL patterns...
Retour doesn't really have a concept of "Sections". I'm unclear what you're asking for here?
So would this be per-site group redirects, or would it be per local redirects? Or are you looking for something more like a multi-select that lets you pick and choose...
I'm not sure if it's possible using RefTags, but there's one way to find out! :)
How would you envision that working?
Ah I see, you essentially want the ingredients lists to be broken down into sections, with a section heading on each section?
I did this only for the Craft 5 version of the plugin. If you want to backport it to Craft 4, it's the exact same everything for Craft 4.
hmmmm... probably something with how the asset routing works that I'm not understanding fully. Does the request `http://localhost:8050/cp/assets-fieldtype?assets%5B%5D=assets::testimages%2Ftestimage3-1688939123.png` look correct to you in terms of what you'd expect to see?
Would you be willing to do this via a PR?