routes for 2 collections #6878
Unanswered
mcamprodon
asked this question in
Q&A
Replies: 2 comments
-
Having the same issue. Have 3 collections:
A "Product" is attached to one entry in "Destinations". The wanted route on the "Product" collection would be "/{destination:slug/{slug}". Is that achievable? |
Beta Was this translation helpful? Give feedback.
0 replies
-
You'll both need custom routes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I have a routing question. I have 2 collections:
Each repor have multiple articles
I want to create routes for articles like {slug_repor}/{slug_article}
I need help to create it. With the same collection this is easy with {parent_uri} but with 2 collections I don't know how to create it.
Beta Was this translation helpful? Give feedback.
All reactions