wf-core:isVideoArticle

Determines if a given article is a video article or not.

Syntax
<wf-core:isVideoArticle
   articleContent="..."?
   articleId="..."?
   articleSummary="..."?
   var="...">
   ...
</wf-core:isVideoArticle>
Attributes
var, mandatory, no runtime expressions

Result is returned via is this attribute.

articleSummary

An article summary to check if it is a video article.

articleContent

An article to check if it is a video article.

articleId

The id of an article to check if it is a video article.