Slug
The slug field can create a unique identifier per content element, which can be used for the HTML id property or other use cases.
'type' => 'slug'
Copied!
Available TCA options
- config.eval.slug
- config.generatorOptions.fields
- config.generatorOptions.replacements
- config.generatorOptions.fieldSeparator
- config.fallbackCharacter
- config.prependSlash
See a complete overview of Slug TCA options in the official documentation.