Multilanguage page with structure field content synchronisation

I am quite new to Kirby and i’m trying to find the best way around a problem. As i understand, structure fields are only counted as one field. Meaning that if it is a multi-language setup, the content from one structure field in the default language won’t automatically be filled in the other languages.

I currently use a structure that contains an artist name, a link to his work and a file. So there is no interest for me to have that translated. But i need that content to be automatically filled in the other languages, doing it manually is not really how i want to go. What workaround could be possible to make something similar work?

Set the field to translate: false, so it will be disabled in all other languages and the default content used in all languages.

Thank you very much! I had already tried it but didn’t wipe the already pre-existing “translated” content, now i’m all good :slight_smile: