When a field is translatable, it can't trigger the automatic slug generation. I tried giving the Slug field ->preview('title'), ->preview('title.en') and also passing the field as an an object, that is previously defined like
$title = Text::make('Title') ->translatable();
... ->preview($title);
When a field is translatable, it can't trigger the automatic slug generation. I tried giving the Slug field ->preview('title'), ->preview('title.en') and also passing the field as an an object, that is previously defined like $title = Text::make('Title') ->translatable(); ... ->preview($title);