Feature request
Summary
Can you add an ability to specify a few patterns for the same collection?
For example I have collection products and I want to have a few patterns for it. For example:
/products/[id]
/products/[id]/another-slug-1
/products/[id]/another-slug-2
Why is it needed?
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Suggested solution(s)
There are 2 options for that:
- If it possible to extend this dialog to have a few patterns (and have priority and changefreq for each pattern)

- Allow to use the same collection a few times for URL bundles (I think this is more preferable way)