-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
Hi,
I hope that my slug will not be updated when I updated my name
Is that possible?
I have tried to include the code below, but it doesnt work
public function getSlugOptions() : SlugOptions
{
return SlugOptions::create()
->generateSlugsFrom('name')
->saveSlugsTo('slug')
->doNotGenerateSlugsOnUpdate();
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels