I'm hoping someone can help me out here.
I've got a Standard Page asset called 'RHS' which is going to be nested into a whole bunch of other Standard Page assets (for example 'Scholarships', 'Exams' etc).
The RHS asset will reference a JS File called appConfig.js, which defines some variables.
Within appConfig.js I would like to reference metadata fields from my Scholarships/Exams pages
sessionscope: {taxonomyId:'%globals_asset_metadata_XXX%'}
Is this possible?
At the moment, the keyword replacement is giving me the metadata field from appConfig.js
For context, the contents of appConfig.js must be a javascript file, and cannot be inline within RHS. If this were not the case, I'd be laughing, as the above code would work.
Any ideas appreciated