MetalAZ
Member
I'm doing some stuff with the news_feed_macros template but only want to do something if the entity has "message", which not all do. Is there a way in the template that I can check that "message" exists on the entity? I've tried
but get the "Accessed unknown getter 'message' on" error showing up, for the entities that don't have that.
Code:
is="$item.Content.message"