Disable slug translation

Is there a way to disallow the translation of slugs?

So the slug should be editable in the default language, but not in secondary languages.

I somehow need to guarantee, that the slugs are the same across all languages.

Thank you for any hints!

1 Like

There is no blueprint setting for that. I guess the easiest way to achieve this would be via hiding the button in all non-default languages via a custom Panel stylesheet.

1 Like

hmm. haven’t thought about that. you mean with css? Could work.
But when the duplication of pages is allowed, then the user is prompted to enter a new slug, also in the secondary language.

I might try something by overriding the previewUrl page method and using a custom method to output the urls…