Matrix Version: 5.5.3.1
You know how it goes: you nest some asset’s content by a %globals_asset_contents:XX% keyword on a page that is nested in a content container template which is applied to a page that is set as metadata which is included in the site’s design file through %asset_metadata_mdname^as_asset:asset_contents_raw%, and in the end you don’t that original asset’s content but instead see “%globals_asset_contents:XX%” sitting there on the page.
So my question: if I am calling the content of an asset using something like %asset_metadata_mdname^as_asset:asset_contents_raw%, why is my %globals_asset_contents:XX% not being replaced?
My guess is that it has something to do with the order in which the keyword replacements are applied.
My next question is, is there an alternative way I could attempt this?
Thanks so much.