Hi folks,
Sorry I’m having a bit of a brain fart at the moment.
Is it possible to dynamically create slugs/URLs for a collection item based on (say) a combination of options that have been selected in the collection item?
E.g., I’m doing a multi-language fairy tale site, and I’d like to structure my URLs like /french/goldilocks/page1 kind of thing.
From the “page” level I would build the URL by selecting the language from a reference list, and then the story from a reference list. Somewhere I would specify that this is how the URL is generated, and boom. Magic?
Is this possible, or do I have to write all my slugs manually?