Feature suggestion: Standalone slug field 🔑
#1511
eremannisto
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The
slugfield always renders two inputs — a text field and an auto-generatedslugderived from it. This works well when a single field like a title naturally drives theslug, but not when no single field is a good source.For example, a
Peoplecollection withfirstNameandlastName— linking the slug to either one wouldn't make sense, but a standaloneuuidslugfield would.A
standalonemode would keep the "Generate" button but would generate for example aUUIDinstead. Editors could still type a custom slug as usual.Beta Was this translation helpful? Give feedback.
All reactions