- Issue created by @emanaton
Cannot modify the URLs in view pager links because they're generated from scratch by `uswds_preprocess_pager` without regard to any modifications made previously.
Provide a means to either preserve changes made to URLs, or to alter the items array before it's implemented, or to pass in options to be implemented by the `uswds_preprocess_pager` function.
Come up with a better fix than what I'm attaching here.
In my patch, I'm allowing `#options` to be passed in and used througout the items array.
Active
2.7
Code