I’m not sure if I understood your question correctly.
But the sidebar link “change URL” changes the URL-key in other languages. So if you’re in the default language, for example english, it changes the UID, if you’re in french for example, it changes the URL-key.
Aha, you do it like that.
I had disabled that option to avoid editors to change the folder name of the content in the default language because I use page()->find(“id”) queries in the templates
Is there a way “enable” that on the “non-default language” pages in the panel, but disable it on the default language?
That should be possible using the permissions feature, if you use a callback instead of just true/false (with the downside that you would have to apply that for every user role)