Forum
If statment on Vimeo description
If it possible to use the <perch:if>
statement on the output attribute of the Vimeo tag?
I wish to see if the description exists but I'm unsure how to. So I want to see if this exists:
<perch:content id="viemo-video" type="vimeo" output="description" />
Good question - I'm not sure that you can right now.
The only way I can think of is to output the content into a var then use
perch_content_custom
by passing the separate content viaset_var
. Seems a little OTT though.