Slug Field Type
The slug field type allows you to automatically generate a slug from another text field. A slug is a URL-safe string that represents another string. So if you have a text field called "Title", and a slug field called "Slug" that is set to create a slug for title, you'll get the following outcome:
Title: Sample Title
Slug: sample-title
Parameters
Parameter | Description |
---|---|
Space Type | Allows you to choose the character that replaces whitespace. The options are dash and underscore. |
Slug Field | The field that we should create a slug for. |
Output
The user field returns the slug.