Slug System Issue

Hey guys, When we generate slug field ,it’s based on other field such as title. It uses the title data and then Slugify that data and auto generate the slug. But i have one question, Can we generate slug field which is independent and not based on other field and we can auto generate that slug. Can anyone help me regarding this.

Hey there, as far as I know, you cannot do that and I really don’t see the reason. Auto generated slug is based upon another field so it can have data to create the slug.

If you want a slug with no relation to another field try a simple text field and name it slug.

Or, you could even create your own custom field and implement any logic you want for the slug for your use case Custom fields | Strapi Documentation

Hope this is still helpfull (even though it’s been over a year from your question) :slight_smile: