Thursday 11 February 2010 2:17:54 pm
For a object relations attribute I tried:
{if $node.data_map.selections.content.has_content}
true
{else}
false {/if} ...but this doesnt seem to be returning the correct value. Is there a better way of checking to see if anything was selected for the object relations attribute? thanks.
|