Hi all!
I'm looking to use a variable as a global variable for that page in all the languages of my website so I don't have to modify each time. Let me explain myself:
I use a text variable called img_pos to set the background-position of the image. I wish to call the variable in the default language (in my case 'ca') so that in the template I can call it or change it only once.
Is it possible?? GPTs say to use page.translation('ca').header.img_pos but doesn't work...
P.D. by the way another issue I have is that {{ dump() }} doesn't nothing so I use vardump to debug...
Help me pls!!