get fields from relationship as slug #16281
Unanswered
tariwiencke
asked this question in
Q&A
Replies: 0 comments
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.
-
I want to create a slug for a product based on its brand's title
example: slug = id + brand.title + title
Here is my config:
I already tried different approaches:
Boolean Virtual Fields doesn't have access to fields other then id of brand
Slug Field can only take one field.
String Path Virtual Fields can only take a single field
collection hooks cant override the collection
Beta Was this translation helpful? Give feedback.
All reactions