πŸ‘€ Our most exciting product launch yet πŸš€ Join us May 8th for Sanity Connect

Can you use multiple fields as sources when generating a slug in Sanity?

2 replies
Last updated: Apr 24, 2020
Is it possible to provide more than one field as a source when generating a slug? Something like
source: "title && date"
Apr 24, 2020, 1:42 PM
You can do a function for `source`:
source: doc => `${doc.title} ${doc.date}`
Apr 24, 2020, 2:25 PM
The value you return from that should be the actual value that gets slugified – not the name of the field as a string.
Apr 24, 2020, 2:26 PM

Sanity– build remarkable experiences at scale

Sanity is a modern headless CMS that treats content as data to power your digital business. Free to get started, and pay-as-you-go on all plans.

Was this answer helpful?