Forum

Thread tagged as: Question, Field-Types

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" />
Damon Golding

Damon Golding 1 points

  • 5 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

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 via set_var. Seems a little OTT though.