How to autogenerate localised Slugs?
This (slugField) works for the default slugfield but does not add a slug in the localised fields… both fields title and slug are set to localised.
How can I check, address and add the localised fields in the bootstrap.php?
Go to the model you have created or will create, add all the fields you want, and don’t forget to enable Localize field in the settings. For example, I created a field of type text with the name title and another field of type text with the name slug. Both fields must have the Localize field enabled.
Go to the settings for your slug and configure the slug. In my case, I wanted to create the slug based on the title, so I went to options → JSON and configured it like this: