Matrix Version: 5.5.6.4
I’m trying to display the contents of another asset on a page using the following keyword replacement and modifiers:-
%globals_asset_contents_paint_layout_id_605582:AID^replace:AID:{globals_get_event}%
I pass the asset ID of the asset content that I want to display as a URL pararmeter (ie. ?event=605064).
This works but the strange thing is that static content before and after the above statement is being displayed twice.
Please see http://cec.health.nsw.gov.au/configuration/events/events/2020/sep/test?event=605064
Anyone got any idea why this is happening?
As a side note, I thought that the following would work but it doesn’t. Any ideas why?
%globals_asset_contents_paint_layout_id_605582:{globals_get_event}%
Thanks