Shouldn't a locked slug field (payload 4) always be the slugified version of it's useAsSlug input? #17963
grndctrl
started this conversation in
Feature Requests & 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.
If I change the title of a document, I feel the slug should change with it if it's locked.
For payload 3 I created a similar field with a locked/unlocked state.
locked: default state, slugify the input for useAsSlug. Also when that input changes.
unlocked: custom value, change as you need.
the reason I did this, because I want to keep my CMS as dumb as possible. It's better if my client doesn't need to touch the slug field to match the title manually.
All reactions