It appears that %globals_asset_contents:XXX% is not working in our matrix installation (v5.2.7.5).
I'm trying to render the contents of an asset listing within a conditional comment in a paint layout.
The documentation says %globals_asset_contents%, %globals_asset_contents_raw%, %globals_asset_contents_raw_containers% should do the trick but none of these work when you add the ":XXX" to the keyword
In the "Problem with globals_asset_contents" topic from 2012 Kurne Baker (Squiz Staff) recommends using %asset_contents_paint_raw:xxx% but that doesn't work either.
I also tried Dan Simmons suggestion of using %globals_snippet_XXX% from the topic "Using conditions to nest in different content" (2011) but that didn't work either.
I thought the problem might be to do with having it nested within conditional comments in a paint layout but when I tried each possibility in turn in a standard asset none of them worked.
Is this a bug or am I missing something?