I have an asset listing and have the following in the default format page. It’s pulling through to a JSON template.
%begin_asset_is_list_last%
{%asset_contents%}
%else_asset%
{%asset_contents%},
%end_asset%
Unfortunately the %asset_is_list_last% or %asset_is_ last% keyword replacements is not working, consequently my json is breaking.