Entity Slug is a module that adds new field types for creating URL-friendly slugs for any fieldable entity. It allows you to type text and have it automatically converted into a slug, with support for plugins that can also use tokens and clean up paths. It also provides a Slug Path field type for combining multiple slugs.
Entity Slug provides generic, configurable slugging functionality for any fieldable entity by adding Slug and Slug Path field types.
This module does NOT enforce any particular way to use the slug. What it DOES do:
- Creates a new Slug field type.
- Simply type text into the field, and the text can be converted into a URL-friendly slug.
- Supports extensible plugins for creating a slug based on user input. Currently this includes a token replacer and pathauto cleaner.
- Creates a new Slug Path field type supporting composing multiple slugs together.
- Supports some custom tokens for additional functionality.