Tuesday 29 March 2011 3:32:00 pm
Hi there, I need to display the content of the attributes of a class only if they have some content. Like for a text field it can be achieved this way..
{if $node.data_map.xxx.has_content}... How can I check if a selection attribute has content or not? The first option of the selection attribute is left empty, while the others have some values. If that is the one selected then what's inside the condition doesn't have to be showed.
loredanaebook.it
|